Skip to content

Commit

Permalink
doc: add info on what's used for fswatch on AIX
Browse files Browse the repository at this point in the history
Info is provided on for the other OS's. Add similar
level of info for AIX.

PR-URL: #6837
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
  • Loading branch information
mhdawson authored and Myles Borins committed Jul 14, 2016
1 parent 72e8ee5 commit 1c65f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,7 @@ to be notified of filesystem changes.
* On OS X, this uses `kqueue` for files and 'FSEvents' for directories.
* On SunOS systems (including Solaris and SmartOS), this uses `event ports`.
* On Windows systems, this feature depends on `ReadDirectoryChangesW`.
* On Aix systems, this feature depends on `AHAFS`, which must be enabled.

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

0 comments on commit 1c65f1e

Please sign in to comment.