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/sh/bits/fcntl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/sysdeps/linux/sh/bits/fcntl.h') diff --git a/libc/sysdeps/linux/sh/bits/fcntl.h b/libc/sysdeps/linux/sh/bits/fcntl.h index 0889a7054..69a20966d 100644 --- a/libc/sysdeps/linux/sh/bits/fcntl.h +++ b/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. -- cgit v1.2.3