diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-06-11 16:49:40 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2021-11-25 09:56:57 -0300 |
commit | d150181d73d93084136a7ec3f69d8666da8519e4 (patch) | |
tree | ee09bea6547852f68ef079dd09bf2238605b7989 /sysdeps/unix/sysv/linux/microblaze | |
parent | c3b023a7822185c9176cfb96eeca4ada3d662c4b (diff) | |
download | glibc-d150181d73d93084136a7ec3f69d8666da8519e4.tar.gz glibc-d150181d73d93084136a7ec3f69d8666da8519e4.tar.xz glibc-d150181d73d93084136a7ec3f69d8666da8519e4.zip |
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.
Diffstat (limited to 'sysdeps/unix/sysv/linux/microblaze')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/syscalls.list | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/syscalls.list b/sysdeps/unix/sysv/linux/microblaze/syscalls.list index 932c9cccc8..0abdc38bf3 100644 --- a/sysdeps/unix/sysv/linux/microblaze/syscalls.list +++ b/sysdeps/unix/sysv/linux/microblaze/syscalls.list @@ -3,5 +3,4 @@ cacheflush EXTRA cacheflush i:iiii __cacheflush cacheflush prlimit64 EXTRA prlimit64 i:iipp prlimit64 -fanotify_mark EXTRA fanotify_mark i:iiiiis fanotify_mark personality EXTRA personality Ei:i __personality personality |