summaryrefslogtreecommitdiff
path: root/include/ouroboros/fccntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ouroboros/fccntl.h')
-rw-r--r--include/ouroboros/fccntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ouroboros/fccntl.h b/include/ouroboros/fccntl.h
index 8940e6ef..5c3fc064 100644
--- a/include/ouroboros/fccntl.h
+++ b/include/ouroboros/fccntl.h
@@ -38,6 +38,7 @@
#define FLOWFRNOBLOCK 00001000 /* Non-blocking read */
#define FLOWFWNOBLOCK 00002000 /* Non-blocking write */
#define FLOWFNONBLOCK (FLOWFRNOBLOCK | FLOWFWNOBLOCK)
+#define FLOWFRNOPART 00004000 /* Disable partial reads */
#define FLOWFDEFAULT FLOWFRDWR