diff options
Diffstat (limited to 'include/sys/inotify.h')
-rw-r--r-- | include/sys/inotify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/inotify.h b/include/sys/inotify.h index a5bf96a6..46638cac 100644 --- a/include/sys/inotify.h +++ b/include/sys/inotify.h @@ -48,7 +48,7 @@ struct inotify_event { int inotify_init(void); int inotify_init1(int); int inotify_add_watch(int, const char *, uint32_t); -int inotify_rm_watch(int, uint32_t); +int inotify_rm_watch(int, int); #ifdef __cplusplus } |