mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
linux: Add fanotify_mark C implementation
Passing 64-bit arguments on syscalls.list is tricky: it requires to reimplement the expected kernel abi in each architecture. This is way to better to represent in C code where we already have macros for this (SYSCALL_LL64). Checked on x86_64-linux-gnu.
This commit is contained in:
@ -17,8 +17,6 @@ setfsuid - setfsuid32 Ei:i setfsuid
|
||||
|
||||
prlimit64 EXTRA prlimit64 i:iipp prlimit64
|
||||
|
||||
fanotify_mark EXTRA fanotify_mark i:iiiiis fanotify_mark
|
||||
|
||||
personality EXTRA personality Ei:i __personality personality
|
||||
|
||||
# proper socket implementations:
|
||||
|
Reference in New Issue
Block a user