From 6e6231c1dc1351f5c83fda5f9b54c4de7559061a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 20 Nov 2008 10:24:10 -0500 Subject: [PATCH] inotify_rm_watch.2, inotify.7: srcfix: updated FIXME Signed-off-by: Michael Kerrisk --- man2/inotify_rm_watch.2 | 1 + man7/inotify.7 | 1 + 2 files changed, 2 insertions(+) diff --git a/man2/inotify_rm_watch.2 b/man2/inotify_rm_watch.2 index 7e0fc3abf..2119b005e 100644 --- a/man2/inotify_rm_watch.2 +++ b/man2/inotify_rm_watch.2 @@ -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 diff --git a/man7/inotify.7 b/man7/inotify.7 index aedad3c33..90222c3b9 100644 --- a/man7/inotify.7 +++ b/man7/inotify.7 @@ -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)) */