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:
committed by
Ulrich Drepper
parent
28c90b2cf5
commit
3162f12e58
@ -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,
|
||||
|
Reference in New Issue
Block a user