summaryrefslogtreecommitdiff
path: root/lib/libc/sys/eventfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/eventfd.c')
-rw-r--r--lib/libc/sys/eventfd.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/sys/eventfd.c b/lib/libc/sys/eventfd.c
deleted file mode 100644
index b0fb5d86..00000000
--- a/lib/libc/sys/eventfd.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <syscall.h>
-
-int eventfd(unsigned int initval, int flags)
-{
- return syscall(eventfd2, initval, flags);
-}