Skip to content

Commit 1c65f1e

Browse files
mhdawsonMyles Borins
authored and
Myles Borins
committed
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 72e8ee5 commit 1c65f1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/api/fs.md

+1
Original file line numberDiff line numberDiff line change
@@ -821,6 +821,7 @@ to be notified of filesystem changes.
821821
* On OS X, this uses `kqueue` for files and 'FSEvents' for directories.
822822
* On SunOS systems (including Solaris and SmartOS), this uses `event ports`.
823823
* On Windows systems, this feature depends on `ReadDirectoryChangesW`.
824+
* On Aix systems, this feature depends on `AHAFS`, which must be enabled.
824825

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

0 commit comments

Comments
 (0)