mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 16:21:07 +00:00
SH can do fanotify_mark, too.
This commit is contained in:
parent
a9fa33ba8b
commit
4d0ee85545
@ -1,3 +1,11 @@
|
|||||||
|
2012-06-23 Andreas Schwab <schwab@linux-m68k.org>
|
||||||
|
Thomas Schwinge <thomas@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
|
||||||
|
* sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
|
||||||
|
* sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
|
||||||
|
fanotify_mark.
|
||||||
|
|
||||||
2012-06-23 Thomas Schwinge <thomas@codesourcery.com>
|
2012-06-23 Thomas Schwinge <thomas@codesourcery.com>
|
||||||
|
|
||||||
* sysdeps/mach/start.c: Remove file.
|
* sysdeps/mach/start.c: Remove file.
|
||||||
|
@ -27,4 +27,7 @@ libc {
|
|||||||
GLIBC_2.11 {
|
GLIBC_2.11 {
|
||||||
fallocate64;
|
fallocate64;
|
||||||
}
|
}
|
||||||
|
GLIBC_2.16 {
|
||||||
|
fanotify_mark;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -79,6 +79,7 @@ GLIBC_2.16
|
|||||||
aligned_alloc F
|
aligned_alloc F
|
||||||
c16rtomb F
|
c16rtomb F
|
||||||
c32rtomb F
|
c32rtomb F
|
||||||
|
fanotify_mark F
|
||||||
getauxval F
|
getauxval F
|
||||||
mbrtoc16 F
|
mbrtoc16 F
|
||||||
mbrtoc32 F
|
mbrtoc32 F
|
||||||
|
@ -3,3 +3,5 @@
|
|||||||
waitpid - waitpid Ci:ipi __waitpid waitpid __libc_waitpid
|
waitpid - waitpid Ci:ipi __waitpid waitpid __libc_waitpid
|
||||||
|
|
||||||
prlimit64 EXTRA prlimit64 i:iipp prlimit64
|
prlimit64 EXTRA prlimit64 i:iipp prlimit64
|
||||||
|
|
||||||
|
fanotify_mark EXTRA fanotify_mark i:iiiiis __fanotify_mark fanotify_mark@@GLIBC_2.16
|
||||||
|
Loading…
Reference in New Issue
Block a user