summaryrefslogtreecommitdiff
path: root/src/linux/inotify_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/inotify_init.c')
-rw-r--r--src/linux/inotify_init.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/linux/inotify_init.c b/src/linux/inotify_init.c
deleted file mode 100644
index 05070846..00000000
--- a/src/linux/inotify_init.c
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <sys/inotify.h>
-#include "syscall.h"
-
-int inotify_init()
-{
- return syscall(SYS_inotify_init);
-}