[PATCH v3 0/2] linux: support for missing syscalls

Bartosz Golaszewski bartekgola at gmail.com
Tue Nov 3 15:20:55 UTC 2015


This series adds missing support for syncfs(), fanotify_init() and
fanotify_mark() syscalls

Tested on arm (BeagleBone Black) and x86_64 architectures.

v3:
- fix an "if with no expression" preprocessor error in unistd.h

v2: http://lists.busybox.net/pipermail/uclibc/2015-October/049087.html

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