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

@ -1,3 +1,10 @@
2010-08-14 Andreas Schwab <schwab@linux-m68k.org>
* sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
from fanotify_init.
* sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
* sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
2010-08-15 Ulrich Drepper <drepper@redhat.com>
* sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter

View File

@ -9,5 +9,5 @@ waitpid - waitpid Ci:ipi __waitpid waitpid __libc_waitpid
prlimit64 EXTRA prlimit64 i:iipp prlimit64
fanotify_init EXTRA fanotify_init i:iii fanotify_init
fanotify_init EXTRA fanotify_init i:ii fanotify_init
fanotify_mark EXTRA fanotify_mark i:iiiiis fanotify_mark

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,

View File

@ -19,5 +19,5 @@ creat - creat Ci:si __libc_creat creat creat64
open - open Ci:siv __libc_open __open open __open64 open64
prlimit EXTRA prlimit64 i:iipp prlimit prlimit64
fanotify_init EXTRA fanotify_init i:iii fanotify_init
fanotify_init EXTRA fanotify_init i:ii fanotify_init
fanotify_mark EXTRA fanotify_mark i:iiiis fanotify_mark