Browse Source

doc: note that fs.futimes only works on AIX >7.1

PR-URL: https://github.com/nodejs/node/pull/13659
Fixes: https://github.com/nodejs/node/issues/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
v6.x
Gibson Fahnestock 8 years ago
committed by Myles Borins
parent
commit
db4fabae27
No known key found for this signature in database GPG Key ID: 933B01F40B5CA946
  1. 3
      doc/api/fs.md

3
doc/api/fs.md

@ -979,6 +979,9 @@ added: v0.4.2
Change the file timestamps of a file referenced by the supplied file Change the file timestamps of a file referenced by the supplied file
descriptor. 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) ## fs.futimesSync(fd, atime, mtime)
<!-- YAML <!-- YAML
added: v0.4.2 added: v0.4.2

Loading…
Cancel
Save