Browse Source

Support O_STREAMING

Eric Andersen 21 years ago
parent
commit
e2d3f03559

+ 1 - 0
libc/sysdeps/linux/alpha/bits/fcntl.h

@@ -47,6 +47,7 @@
 # define O_DIRECT	040000	/* Direct disk access.  */
 # define O_DIRECTORY	0100000	/* Must be a directory.  */
 # define O_NOFOLLOW	0200000	/* Do not follow links.  */
+# define O_STREAMING	04000000/* streaming access */
 #endif
 
 #ifdef __USE_LARGEFILE64

+ 1 - 0
libc/sysdeps/linux/arm/bits/fcntl.h

@@ -45,6 +45,7 @@
 # define O_DIRECTORY	040000	/* Must be a directory.	 */
 # define O_NOFOLLOW	0100000	/* Do not follow links.	 */
 # define O_DIRECT	0200000	/* Direct disk access.	*/
+# define O_STREAMING	04000000/* streaming access */
 #endif
 
 #ifdef __USE_LARGEFILE64

+ 1 - 0
libc/sysdeps/linux/cris/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.

+ 1 - 0
libc/sysdeps/linux/h8300/bits/fcntl.h

@@ -45,6 +45,7 @@
 # define O_DIRECTORY	 040000	/* Must be a directory.	 */
 # define O_NOFOLLOW	0100000	/* Do not follow links.	 */
 # define O_DIRECT	0200000	/* Direct disk access.	*/
+# define O_STREAMING	04000000/* streaming access */
 #endif
 
 /* For now Linux has synchronisity options for data and read operations.

+ 1 - 0
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.

+ 1 - 0
libc/sysdeps/linux/i960/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.

+ 1 - 0
libc/sysdeps/linux/m68k/bits/fcntl.h

@@ -45,6 +45,7 @@
 # define O_DIRECTORY	 040000	/* Must be a directory.	 */
 # define O_NOFOLLOW	0100000	/* Do not follow links.	 */
 # define O_DIRECT	0200000	/* Direct disk access.	*/
+# define O_STREAMING	04000000/* streaming access */
 #endif
 
 /* For now Linux has synchronisity options for data and read operations.

+ 1 - 0
libc/sysdeps/linux/mips/bits/fcntl.h

@@ -48,6 +48,7 @@
 # define O_NOFOLLOW	0x20000	/* Do not follow links.	 */
 # define O_DIRECT	0x8000	/* Direct disk access hint.  */
 # define O_DIRECTORY	0x10000	/* Must be a directory.	 */
+# define O_STREAMING	04000000/* streaming access */
 #endif
 
 #define O_NDELAY	O_NONBLOCK

+ 1 - 0
libc/sysdeps/linux/powerpc/bits/fcntl.h

@@ -44,6 +44,7 @@
 #ifdef __USE_GNU
 # define O_DIRECTORY	040000	/* Must be a directory.	 */
 # define O_NOFOLLOW	0100000	/* Do not follow links.	 */
+# define O_STREAMING	04000000/* streaming access */
 #endif
 
 #ifdef __USE_LARGEFILE64

+ 1 - 0
libc/sysdeps/linux/sh/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.

+ 1 - 0
libc/sysdeps/linux/sparc/bits/fcntl.h

@@ -43,6 +43,7 @@
 #ifdef __USE_GNU
 # define O_DIRECTORY	0x10000 /* must be a directory */
 # define O_NOFOLLOW	0x20000 /* don't follow links */
+# define O_STREAMING	04000000/* streaming access */
 #endif
 
 #ifdef __USE_LARGEFILE64

+ 1 - 0
libc/sysdeps/linux/v850/bits/fcntl.h

@@ -45,6 +45,7 @@
 # define O_DIRECTORY	 040000	/* Must be a directory.	 */
 # define O_NOFOLLOW	0100000	/* Do not follow links.	 */
 # define O_DIRECT	0200000	/* Direct disk access.	*/
+# define O_STREAMING	04000000/* streaming access */
 #endif
 
 /* For now Linux has synchronisity options for data and read operations.