mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
Simplify fanotify_init definition.
This commit is contained in:
parent
93f17abfb5
commit
1c06ba3100
@ -1,3 +1,10 @@
|
||||
2010-08-16 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
|
||||
here. Not...
|
||||
* sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
|
||||
* sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
|
||||
|
||||
2010-08-12 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/i386/elf/Makefile: New file.
|
||||
|
@ -9,5 +9,4 @@ waitpid - waitpid Ci:ipi __waitpid waitpid __libc_waitpid
|
||||
|
||||
prlimit64 EXTRA prlimit64 i:iipp prlimit64
|
||||
|
||||
fanotify_init EXTRA fanotify_init i:ii fanotify_init
|
||||
fanotify_mark EXTRA fanotify_mark i:iiiiis fanotify_mark
|
||||
|
@ -101,3 +101,5 @@ mq_setattr - mq_getsetattr i:ipp __GI_mq_setattr mq_setattr
|
||||
timerfd_create EXTRA timerfd_create i:ii timerfd_create
|
||||
timerfd_settime EXTRA timerfd_settime i:iipp timerfd_settime
|
||||
timerfd_gettime EXTRA timerfd_gettime i:ip timerfd_gettime
|
||||
|
||||
fanotify_init EXTRA fanotify_init i:ii fanotify_init
|
||||
|
@ -19,5 +19,4 @@ 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:ii fanotify_init
|
||||
fanotify_mark EXTRA fanotify_mark i:iiiis fanotify_mark
|
||||
|
Loading…
Reference in New Issue
Block a user