Skip to content

Document that fs.futimes isn't supported on AIX#12609

@gibfahn

Description

@gibfahn
  • 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: functionnotimplemented,futimeatObject.fs.futimesSync(fs.js:1216:11)at repl:1:4atContextifyScript.Script.runInThisContext(vm.js:44:33)atREPLServer.defaultEval(repl.js:239:29)atbound(domain.js:301:14)atREPLServer.runBound[aseval](domain.js:314:12)atREPLServer.onLine(repl.js:433:10)atemitOne(events.js:120:20)atREPLServer.emit(events.js:210:7)atREPLServer.Interface._onLine(readline.js:262:10)

Metadata

Metadata

Assignees

No one assigned

    Labels

    aixIssues and PRs related to the AIX platform.docIssues and PRs related to the documentations.fsIssues and PRs related to the fs subsystem / file system.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions