OSDN Git Service

fanotify: add system call support
authorBartosz Golaszewski <bartekgola@gmail.com>
Wed, 14 Oct 2015 15:14:00 +0000 (17:14 +0200)
committerWaldemar Brodkorb <wbx@uclibc-ng.org>
Wed, 14 Oct 2015 16:11:53 +0000 (18:11 +0200)
commitb8cfcb3f9b565100c24b0f8de1e31a45dc4370a5
tree6938558aa24ef867b6f742d76ce4e49ae3ef6e95
parenta3312d2264a8f84c854bf9cd0fb05634baba5e87
fanotify: add system call support

Add support for fanotify_init() and fanotify_mark() syscalls. The header
file is taken from glibc.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
libc/sysdeps/linux/common/Makefile.in
libc/sysdeps/linux/common/fanotify.c [new file with mode: 0644]
libc/sysdeps/linux/common/sys/fanotify.h [new file with mode: 0644]