inotify_rm_watch.2, inotify.7: srcfix: updated FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-11-20 10:24:10 -05:00
parent a4cc375e5a
commit 6e6231c1dc
2 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ inotify_rm_watch \- remove an existing watch from an inotify instance
.\" FIXME . The type of the second argument should probably be "int".
.\" I submitted a patch to fix this. See the LKML thread
.\" "[patch] Fix type errors in inotify interfaces", 18 Nov 2008
.\" Glibc bug filed: http://sources.redhat.com/bugzilla/show_bug.cgi?id=7040
.SH DESCRIPTION
.BR inotify_rm_watch ()
removes the watch associated with the watch descriptor

View File

@ -100,6 +100,7 @@ struct inotify_event {
.\" FIXME . The type of the 'wd' field should probably be "int32_t".
.\" I submitted a patch to fix this. See the LKML thread
.\" "[patch] Fix type errors in inotify interfaces", 18 Nov 2008
.\" Glibc bug filed: http://sources.redhat.com/bugzilla/show_bug.cgi?id=7040
uint32_t mask; /* Mask of events */
uint32_t cookie; /* Unique cookie associating related
events (for rename(2)) */