SH can do fanotify_mark, too.

This commit is contained in:
Andreas Schwab 2012-06-09 19:08:54 +02:00 committed by Thomas Schwinge
parent a9fa33ba8b
commit 4d0ee85545
4 changed files with 14 additions and 0 deletions

View File

@ -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.

View File

@ -27,4 +27,7 @@ libc {
GLIBC_2.11 { GLIBC_2.11 {
fallocate64; fallocate64;
} }
GLIBC_2.16 {
fanotify_mark;
}
} }

View File

@ -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

View File

@ -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