summaryrefslogtreecommitdiff
path: root/tools/pkg/0/mlibc/linux-headers/linux/eventfd.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pkg/0/mlibc/linux-headers/linux/eventfd.h')
-rw-r--r--tools/pkg/0/mlibc/linux-headers/linux/eventfd.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/pkg/0/mlibc/linux-headers/linux/eventfd.h b/tools/pkg/0/mlibc/linux-headers/linux/eventfd.h
deleted file mode 100644
index b823f9d..0000000
--- a/tools/pkg/0/mlibc/linux-headers/linux/eventfd.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
-#ifndef _LINUX_EVENTFD_H
-#define _LINUX_EVENTFD_H
-
-#include <linux/fcntl.h>
-
-#define EFD_SEMAPHORE (1 << 0)
-#define EFD_CLOEXEC O_CLOEXEC
-#define EFD_NONBLOCK O_NONBLOCK
-
-#endif /* _LINUX_EVENTFD_H */