diff --git a/doc/api/fs.md b/doc/api/fs.md index a245eed287d93a..c898699b6b4308 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1225,6 +1225,9 @@ changes: Change the file timestamps of a file referenced by the supplied file descriptor. +*Note*: This function does not work on AIX versions before 7.1, it will return +the error `UV_ENOSYS`. + ## fs.futimesSync(fd, atime, mtime)