Skip to content

Commit db4faba

Browse files
gibfahnMylesBorins
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 74945dd commit db4faba

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
@@ -979,6 +979,9 @@ added: v0.4.2
979979
Change the file timestamps of a file referenced by the supplied file
980980
descriptor.
981981

982+
*Note*: This function does not work on AIX versions before 7.1, it will return
983+
the error `UV_ENOSYS`.
984+
982985
## fs.futimesSync(fd, atime, mtime)
983986
<!-- YAML
984987
added: v0.4.2

0 commit comments

Comments
 (0)