diff --git a/doc/api/fs.md b/doc/api/fs.md index d87f73a15f593f..e01a33940f19bc 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -420,9 +420,6 @@ added: v10.0.0 Change the file system timestamps of the object referenced by the {FileHandle} then resolves the promise with no arguments upon success. -This function does not work on AIX versions before 7.1, it will reject the -promise with an error using code `UV_ENOSYS`. - #### `filehandle.write(buffer[, offset[, length[, position]]])`