summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/i386/bits/fcntl.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-10-09 11:46:39 +0000
committerEric Andersen <andersen@codepoet.org>2002-10-09 11:46:39 +0000
commite2d3f0355908600826507a846386eec9095682c4 (patch)
tree975f0d11e84ce58d5c0a9eb4f0ecd35bcca1dc8e /libc/sysdeps/linux/i386/bits/fcntl.h
parent306eedf9ae04d3bde9be48bda0d387432d530a73 (diff)
Support O_STREAMING
Diffstat (limited to 'libc/sysdeps/linux/i386/bits/fcntl.h')
-rw-r--r--libc/sysdeps/linux/i386/bits/fcntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/i386/bits/fcntl.h b/libc/sysdeps/linux/i386/bits/fcntl.h
index 36b504a54..7cce16904 100644
--- a/libc/sysdeps/linux/i386/bits/fcntl.h
+++ b/libc/sysdeps/linux/i386/bits/fcntl.h
@@ -45,6 +45,7 @@
# define O_DIRECT 040000 /* Direct disk access. */
# define O_DIRECTORY 0200000 /* Must be a directory. */
# define O_NOFOLLOW 0400000 /* Do not follow links. */
+# define O_STREAMING 04000000/* streaming access */
#endif
/* For now Linux has synchronisity options for data and read operations.