From d150181d73d93084136a7ec3f69d8666da8519e4 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Thu, 11 Jun 2020 16:49:40 -0300 Subject: 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. --- sysdeps/unix/sysv/linux/generic/wordsize-32/syscalls.list | 1 - 1 file changed, 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/generic') diff --git a/sysdeps/unix/sysv/linux/generic/wordsize-32/syscalls.list b/sysdeps/unix/sysv/linux/generic/wordsize-32/syscalls.list index b775008..736edbe 100644 --- a/sysdeps/unix/sysv/linux/generic/wordsize-32/syscalls.list +++ b/sysdeps/unix/sysv/linux/generic/wordsize-32/syscalls.list @@ -2,4 +2,3 @@ # rlimit APIs prlimit64 EXTRA prlimit64 i:iipp prlimit64 -fanotify_mark EXTRA fanotify_mark i:iiiiis fanotify_mark -- cgit v1.1