1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Remove third argument from fanotify_init function

This commit is contained in:
Andreas Schwab
2010-08-15 20:07:32 -07:00
committed by Ulrich Drepper
parent 28c90b2cf5
commit 3162f12e58
4 changed files with 11 additions and 4 deletions

View File

@ -26,8 +26,8 @@
__BEGIN_DECLS
/* Create and initialize fanotify group. */
extern int fanotify_init (unsigned int __flags, unsigned int __event_f_flags,
int __priority) __THROW;
extern int fanotify_init (unsigned int __flags, unsigned int __event_f_flags)
__THROW;
/* Add, remove, or modify an fanotify mark on a filesystem object. */
extern int fanotify_mark (int __fanotify_fd, unsigned int __flags,