[PATCH 0/2] linux: support for missing syscalls
Bartosz Golaszewski <[email protected]> Thu, 15 Oct 2015 11:03:31 +0200
| Newsgroups | gmane.comp.lib.uclibc.general |
|---|---|
| Message-ID | <[email protected]> |
This series adds missing support for syncfs(), fanotify_init() and fanotify_mark() syscalls Tested on arm (BeagleBone Black) 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 -- 2.1.4