Noted that glibc 2.4 is required to get glibc support for inotify.

This commit is contained in:
Michael Kerrisk 2006-03-07 00:47:29 +00:00
parent 4ed33e00ac
commit d1cf051b61
1 changed files with 2 additions and 1 deletions

View File

@ -276,8 +276,9 @@ inotify file descriptor.
Inotify monitoring of directories is not recursive:
to monitor subdirectories under a directory,
additional watches must be created.
.SH "HISTORY"
.SH "VERSIONS"
Inotify was merged into the 2.6.13 Linux kernel.
The required library interfaces were added to glibc in version 2.4.
.SH "CONFORMING TO"
The inotify API is Linux specific.
Some other systems provide similar mechanisms, e.g.,