Defintions for IN_DONT_FOLLOW, IN_MASK_ADD, and IN_ONLYDIR

were added to glibc in version 2.5.
This commit is contained in:
Michael Kerrisk 2007-05-11 19:59:35 +00:00
parent fd7d36b9a6
commit cd8a9ce442
1 changed files with 5 additions and 11 deletions

View File

@ -281,22 +281,16 @@ 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.
.RB ( IN_DONT_FOLLOW ,
.BR IN_MASK_ADD ,
and
.B IN_ONLYDIR
were only added in version 2.5.)
.SH "BUGS"
In kernels before 2.6.16, the
.B IN_ONESHOT
.I mask
flag does not work.
As at glibc 2.4, the definitions for
.BR IN_DONT_FOLLOW ,
.BR IN_MASK_ADD ,
and
.B IN_ONLYDIR
are missing from
.IR <sys/inotify.h> .
.\" FIXME . but these definitions were added to the glibc on 17 May 06:
.\" check later to see in which glibc version these changes are actually
.\" released.
.SH "CONFORMING TO"
The inotify API is Linux specific.
.SH "SEE ALSO"