Skip to content

Commit 72d4692

Browse files
mhdawsonrvagg
authored andcommitted
doc: add info on what's used for fswatch on AIX
Info is provided on for the other OS's. Add similar level of info for AIX. PR-URL: #6837 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Santiago Gimeno <[email protected]>
1 parent 0bd8f4c commit 72d4692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/fs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,6 +1459,7 @@ to be notified of filesystem changes.
14591459
* On OS X, this uses `kqueue` for files and 'FSEvents' for directories.
14601460
* On SunOS systems (including Solaris and SmartOS), this uses `event ports`.
14611461
* On Windows systems, this feature depends on `ReadDirectoryChangesW`.
1462+
* On Aix systems, this feature depends on `AHAFS`, which must be enabled.
14621463

14631464
If the underlying functionality is not available for some reason, then
14641465
`fs.watch` will not be able to function. For example, watching files or

0 commit comments

Comments
 (0)