Skip to content

Commit

Permalink
SH can do fanotify_mark, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab authored and Thomas Schwinge committed Jun 23, 2012
1 parent a9fa33b commit 4d0ee85
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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>

* sysdeps/mach/start.c: Remove file.
Expand Down
3 changes: 3 additions & 0 deletions sysdeps/unix/sysv/linux/sh/Versions
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,7 @@ libc {
GLIBC_2.11 {
fallocate64;
}
GLIBC_2.16 {
fanotify_mark;
}
}
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/sh/nptl/libc.abilist
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ GLIBC_2.16
aligned_alloc F
c16rtomb F
c32rtomb F
fanotify_mark F
getauxval F
mbrtoc16 F
mbrtoc32 F
Expand Down
2 changes: 2 additions & 0 deletions sysdeps/unix/sysv/linux/sh/syscalls.list
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
waitpid - waitpid Ci:ipi __waitpid waitpid __libc_waitpid

prlimit64 EXTRA prlimit64 i:iipp prlimit64

fanotify_mark EXTRA fanotify_mark i:iiiiis __fanotify_mark fanotify_mark@@GLIBC_2.16

0 comments on commit 4d0ee85

Please sign in to comment.