diff --git a/doc/api/fs.md b/doc/api/fs.md index 56969fc1d67dff..2591dc57fd49ab 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -979,6 +979,9 @@ added: v0.4.2 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)