about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/hppa/fanotify_mark.c
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-06-11 16:49:40 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-11-25 09:56:57 -0300
commitd150181d73d93084136a7ec3f69d8666da8519e4 (patch)
treeee09bea6547852f68ef079dd09bf2238605b7989 /sysdeps/unix/sysv/linux/hppa/fanotify_mark.c
parentc3b023a7822185c9176cfb96eeca4ada3d662c4b (diff)
downloadglibc-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/hppa/fanotify_mark.c')
-rw-r--r--sysdeps/unix/sysv/linux/hppa/fanotify_mark.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/hppa/fanotify_mark.c b/sysdeps/unix/sysv/linux/hppa/fanotify_mark.c
new file mode 100644
index 0000000000..ce347a4261
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/hppa/fanotify_mark.c
@@ -0,0 +1,2 @@
+#define VERSION_fanotify_mark GLIBC_2_19
+#include <sysdeps/unix/sysv/linux/fanotify_mark.c>