This series adds missing support for syncfs(), fanotify_init() and fanotify_mark() syscalls
Tested on arm (BeagleBone Black), arm64 (Juno) and x86_64 architectures.
Bartosz Golaszewski (2): fanotify: add system call support syncfs: add system call support
include/unistd.h | 2 +- libc/sysdeps/linux/common/Makefile.in | 1 + libc/sysdeps/linux/common/fanotify.c | 32 +++++++++++++++++++++++++++ libc/sysdeps/linux/common/syncfs.c | 13 +++++++++++ libc/sysdeps/linux/common/sys/fanotify.h | 38 ++++++++++++++++++++++++++++++++ 5 files changed, 85 insertions(+), 1 deletion(-) create mode 100644 libc/sysdeps/linux/common/fanotify.c create mode 100644 libc/sysdeps/linux/common/syncfs.c create mode 100644 libc/sysdeps/linux/common/sys/fanotify.h