summaryrefslogtreecommitdiff
path: root/src/xlat/efd_flags.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/xlat/efd_flags.in')
-rw-r--r--src/xlat/efd_flags.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xlat/efd_flags.in b/src/xlat/efd_flags.in
new file mode 100644
index 000000000..258fb9f0d
--- /dev/null
+++ b/src/xlat/efd_flags.in
@@ -0,0 +1,5 @@
+EFD_SEMAPHORE 1
+#if defined EFD_CLOEXEC || defined O_CLOEXEC
+EFD_CLOEXEC O_CLOEXEC
+#endif
+EFD_NONBLOCK O_NONBLOCK