diff options
Diffstat (limited to 'src/fcntl/O_NOCTTY.h')
-rw-r--r-- | src/fcntl/O_NOCTTY.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/fcntl/O_NOCTTY.h b/src/fcntl/O_NOCTTY.h deleted file mode 100644 index c7805910..00000000 --- a/src/fcntl/O_NOCTTY.h +++ /dev/null @@ -1,7 +0,0 @@ -#include <fcntl.h> - -#define O_NOCTTY (1<<4) - -/* -POSIX(1) -*/ |