]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Remove third argument from fanotify_init function
authorAndreas Schwab <schwab@linux-m68k.org>
Mon, 16 Aug 2010 03:07:32 +0000 (20:07 -0700)
committerUlrich Drepper <drepper@redhat.com>
Mon, 16 Aug 2010 03:07:32 +0000 (20:07 -0700)
ChangeLog
sysdeps/unix/sysv/linux/i386/syscalls.list
sysdeps/unix/sysv/linux/sys/fanotify.h
sysdeps/unix/sysv/linux/wordsize-64/syscalls.list

index b8ac051a23dc16a7669a3b434ac553c3f4d28723..b060db5d5910c88faa2e58fafe15fae0604a8b1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 91c70e880a393270d207845924054cabecf14675..893a4a8e9eef8af633de3555c2ee055e0938e4be 100644 (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
index baf5ec33d19beff6d58ff12415d8fc47cf1ce3f8..bf8500caf4d687195f35e5ccc1cf1b2b45d95085 100644 (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,
index 4276bd68acc3545f9f04b0dd9c7a5147946f3687..4471d537e18b04183039d51891f6ce2130f7ed9c 100644 (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