Skip to content

Commit 8af25a3

Browse files
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 <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
1 parent 0c29436 commit 8af25a3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

‎doc/api/fs.md‎

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

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

0 commit comments

Comments
 (0)