Skip to content

Commit 053ab6b

Browse files
committed
doc: note that fs.futimes only works on AIX >7.1
Fixes: #12609
1 parent d71718d commit 053ab6b

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