mirror of git://sourceware.org/git/glibc.git
Add MIPS fanotify_mark.
This commit is contained in:
parent
c6d5d85ccb
commit
94a2483c91
|
@ -1,3 +1,10 @@
|
|||
2010-10-21 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/mips/mips32/syscalls.list,
|
||||
sysdeps/unix/sysv/linux/mips/mips64/n32/syscalls.list,
|
||||
sysdeps/unix/sysv/linux/mips/mips64/n64/syscalls.list: Add entries
|
||||
for fanotify_mark.
|
||||
|
||||
2010-10-11 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Add
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# File name Caller Syscall name # args Strong name Weak names
|
||||
|
||||
prlimit64 EXTRA prlimit64 i:iipp prlimit64
|
||||
|
||||
fanotify_mark EXTRA fanotify_mark i:iiiiis fanotify_mark
|
||||
|
|
|
@ -6,3 +6,5 @@ ftruncate - ftruncate i:ii __ftruncate ftruncate ftruncate64 __ftruncate64
|
|||
truncate - truncate i:si truncate truncate64
|
||||
|
||||
prlimit64 EXTRA prlimit64 i:iipp prlimit64
|
||||
|
||||
fanotify_mark EXTRA fanotify_mark i:iiiis fanotify_mark
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# File name Caller Syscall name # args Strong name Weak names
|
||||
|
||||
prlimit EXTRA prlimit64 i:iipp prlimit prlimit64
|
||||
|
||||
fanotify_mark EXTRA fanotify_mark i:iiiis fanotify_mark
|
||||
|
|
Loading…
Reference in New Issue