[PATCH v2 0/2] linux: support for missing syscalls
Bartosz Golaszewski
bartekgola at gmail.com
Wed Oct 21 08:35:06 UTC 2015
This series adds missing support for syncfs(), fanotify_init() and
fanotify_mark() syscalls
Tested on arm (BeagleBone Black) and x86_64 architectures.
v2:
- changed license to LGPL v2.1+
v1: http://lists.busybox.net/pipermail/uclibc/2015-October/049077.html
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
More information about the uClibc
mailing list