From 49b5ce384740ebabfc8e38dff6e37913e224dd29 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 7 Oct 2009 22:46:10 -0400 Subject: fcntl.h: drop unused/dead O_STREAMING Signed-off-by: Mike Frysinger --- libc/sysdeps/linux/bfin/bits/fcntl.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libc/sysdeps/linux/bfin') diff --git a/libc/sysdeps/linux/bfin/bits/fcntl.h b/libc/sysdeps/linux/bfin/bits/fcntl.h index 52aed58b9..7d0bcf946 100644 --- a/libc/sysdeps/linux/bfin/bits/fcntl.h +++ b/libc/sysdeps/linux/bfin/bits/fcntl.h @@ -48,7 +48,6 @@ # 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. -- cgit v1.2.3