Added comment about some definitions that are missing from

<sys/inotify.h>.
This commit is contained in:
Michael Kerrisk 2006-06-02 19:59:49 +00:00
parent 6e969f2255
commit 206cb86b90
1 changed files with 4 additions and 0 deletions

View File

@ -279,6 +279,10 @@ additional watches must be created.
.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 BUGS
.\" As at glibc 2.4, the definitions for IN_DONT_FOLLOW, IN_MASK_ADD,
.\" and IN_ONLYDIR are missing from <sys/inotify.h>.
.\" but these definitions were added on 17 May 06.
.SH "CONFORMING TO"
The inotify API is Linux specific.
Some other systems provide similar mechanisms, e.g.,