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

Bartosz Golaszewski bartekgola at gmail.com
Thu Oct 15 09:03:31 UTC 2015


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



More information about the uClibc mailing list