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 <[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 74945dd commit db4faba

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
@@ -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)