about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sh/fanotify_mark.c
Commit message (Collapse)AuthorAgeFilesLines
* linux: Add fanotify_mark C implementationAdhemerval Zanella2021-11-251-0/+2
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.