From e2d3f0355908600826507a846386eec9095682c4 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 9 Oct 2002 11:46:39 +0000 Subject: Support O_STREAMING --- libc/sysdeps/linux/sparc/bits/fcntl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/sparc/bits/fcntl.h') diff --git a/libc/sysdeps/linux/sparc/bits/fcntl.h b/libc/sysdeps/linux/sparc/bits/fcntl.h index af7af9760..9e31c8552 100644 --- a/libc/sysdeps/linux/sparc/bits/fcntl.h +++ b/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 -- cgit v1.2.3