summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/microblaze
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-10-07 22:46:10 -0400
committerMike Frysinger <vapier@gentoo.org>2009-10-07 22:53:38 -0400
commit49b5ce384740ebabfc8e38dff6e37913e224dd29 (patch)
tree98a38b2d01e3809c038f874a6feda5fca1d34197 /libc/sysdeps/linux/microblaze
parent7a7b85dad89929601c0cba18578f499f519b559a (diff)
fcntl.h: drop unused/dead O_STREAMING
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libc/sysdeps/linux/microblaze')
-rw-r--r--libc/sysdeps/linux/microblaze/bits/fcntl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/microblaze/bits/fcntl.h b/libc/sysdeps/linux/microblaze/bits/fcntl.h
index a3da35ae2..c8aeb919a 100644
--- a/libc/sysdeps/linux/microblaze/bits/fcntl.h
+++ b/libc/sysdeps/linux/microblaze/bits/fcntl.h
@@ -45,7 +45,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.