diff --git a/doc/api/fs.md b/doc/api/fs.md index d3a72bb46a3524..0a6e4b562e2ea0 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)