summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/Makefile.in
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartekgola@gmail.com>2015-10-14 17:14:00 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-10-14 18:11:59 +0200
commit24e4dc6660057aa13c8d021f0dacf4f58bdf5245 (patch)
tree034220ec4a7d21a234877609ee9f69061d99dffd /libc/sysdeps/linux/common/Makefile.in
parenteaf262586b97256ccc9ce02e3673d5f5114aae74 (diff)
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>
Diffstat (limited to 'libc/sysdeps/linux/common/Makefile.in')
-rw-r--r--libc/sysdeps/linux/common/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/Makefile.in b/libc/sysdeps/linux/common/Makefile.in
index 82525984a..b75b712ac 100644
--- a/libc/sysdeps/linux/common/Makefile.in
+++ b/libc/sysdeps/linux/common/Makefile.in
@@ -27,6 +27,7 @@ CSRC-$(UCLIBC_LINUX_SPECIFIC) += \
eventfd.c \
eventfd_read.c \
eventfd_write.c \
+ fanotify.c \
getrandom.c \
inotify.c \
ioperm.c \