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 <gpunathi@in.ibm.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> 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

Lines changed: 3 additions & 0 deletions
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)