aboutsummaryrefslogtreecommitdiffstats
path: root/libc/include/sys/inotify.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/sys/inotify.h')
-rw-r--r--libc/include/sys/inotify.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/include/sys/inotify.h b/libc/include/sys/inotify.h
index 32e16d9c1..98f719856 100644
--- a/libc/include/sys/inotify.h
+++ b/libc/include/sys/inotify.h
@@ -54,10 +54,10 @@ __BEGIN_DECLS
#endif
int inotify_init(void);
-int inotify_init1(int __flags) __INTRODUCED_IN(21);
-int inotify_add_watch(int __fd, const char* __path, uint32_t __mask);
-int inotify_rm_watch(int __fd, uint32_t __watch_descriptor);
+int inotify_init1(int) __INTRODUCED_IN(21);
+int inotify_add_watch(int, const char*, uint32_t);
+int inotify_rm_watch(int, uint32_t);
__END_DECLS
-#endif
+#endif /* _SYS_INOTIFY_H_ */