Closed
Description
- Version: master
- Platform: AIX
- Subsystem: fs
fs.futimes
isn't supported on AIX <7.1, see #12583 (comment)
This is mentioned in the libuv docs:
Note AIX: This function only works for AIX 7.1 and newer. It can still be called on older versions but will return UV_ENOSYS.
Do we normally duplicate such warnings in the Node docs?
> fs.futimesSync(fd, s2.atime, s2.mtime)
Error: ENOSYS: function not implemented, futime
at Object.fs.futimesSync (fs.js:1216:11)
at repl:1:4
at ContextifyScript.Script.runInThisContext (vm.js:44:33)
at REPLServer.defaultEval (repl.js:239:29)
at bound (domain.js:301:14)
at REPLServer.runBound [as eval] (domain.js:314:12)
at REPLServer.onLine (repl.js:433:10)
at emitOne (events.js:120:20)
at REPLServer.emit (events.js:210:7)
at REPLServer.Interface._onLine (readline.js:262:10)