Skip to content

Commit

Permalink
doc: note that fs.futimes only works on AIX >7.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gibfahn authored and jasnell committed Jun 29, 2017
1 parent 3b727aa commit 4eeb4a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1225,6 +1225,9 @@ changes:
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)
<!-- YAML
added: v0.4.2
Expand Down

0 comments on commit 4eeb4a4

Please sign in to comment.