aboutsummaryrefslogtreecommitdiff
path: root/src/linux/fanotify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/fanotify.c')
-rw-r--r--src/linux/fanotify.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/linux/fanotify.c b/src/linux/fanotify.c
index c6211afc..064d2c1c 100644
--- a/src/linux/fanotify.c
+++ b/src/linux/fanotify.c
@@ -12,3 +12,11 @@ int fanotify_mark(int fanotify_fd, unsigned flags, unsigned long long mask,
return syscall(SYS_fanotify_mark, fanotify_fd, flags, __SYSCALL_LL_E(mask), dfd, pathname);
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif