Skip to content

Commit adb0f46

Browse files
gibfahnaddaleax
authored andcommitted
doc: note that fs.futimes only works on AIX >7.1
PR-URL: #13659 Fixes: #12609 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michael Dawson <[email protected]> i
1 parent b43547a commit adb0f46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/api/fs.md

+3
Original file line numberDiff line numberDiff line change
@@ -1225,6 +1225,9 @@ changes:
12251225
Change the file timestamps of a file referenced by the supplied file
12261226
descriptor.
12271227

1228+
*Note*: This function does not work on AIX versions before 7.1, it will return
1229+
the error `UV_ENOSYS`.
1230+
12281231
## fs.futimesSync(fd, atime, mtime)
12291232
<!-- YAML
12301233
added: v0.4.2

0 commit comments

Comments
 (0)