diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2010-08-15 20:07:32 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-08-15 20:07:32 -0700 |
commit | 3162f12e58c3a848db883916843b332b9f8c9d39 (patch) | |
tree | 3ce48137ce648d1cf7bf99a09d04c768a5812b26 /sysdeps/unix/sysv/linux/sys | |
parent | 28c90b2cf51d77c318831c79a62ff0bb3fd17042 (diff) | |
download | glibc-3162f12e58c3a848db883916843b332b9f8c9d39.tar.gz glibc-3162f12e58c3a848db883916843b332b9f8c9d39.tar.xz glibc-3162f12e58c3a848db883916843b332b9f8c9d39.zip |
Remove third argument from fanotify_init function
Diffstat (limited to 'sysdeps/unix/sysv/linux/sys')
-rw-r--r-- | sysdeps/unix/sysv/linux/sys/fanotify.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/fanotify.h b/sysdeps/unix/sysv/linux/sys/fanotify.h index baf5ec33d1..bf8500caf4 100644 --- a/sysdeps/unix/sysv/linux/sys/fanotify.h +++ b/sysdeps/unix/sysv/linux/sys/fanotify.h @@ -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, |