summaryrefslogtreecommitdiff
path: root/src/fcntl/O_NONBLOCK.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fcntl/O_NONBLOCK.h')
-rw-r--r--src/fcntl/O_NONBLOCK.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/fcntl/O_NONBLOCK.h b/src/fcntl/O_NONBLOCK.h
deleted file mode 100644
index 7ccda6ad..00000000
--- a/src/fcntl/O_NONBLOCK.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#include <fcntl.h>
-
-#define O_NONBLOCK (1<<10)
-
-/*
-POSIX(1)
-*/