aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps/unix
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2012-10-27 13:49:30 +0200
committerAndreas Jaeger <aj@suse.de>2012-10-27 13:49:30 +0200
commit86ebe6b1334510d5e71fa1b0f686359bd655d6c5 (patch)
tree8faf85dc4f6718c0ff3decc0bf029986ae00fcd8 /ports/sysdeps/unix
parent54399c08c32eed07b3db579210261ea9487baff3 (diff)
downloadglibc-86ebe6b1334510d5e71fa1b0f686359bd655d6c5.tar
glibc-86ebe6b1334510d5e71fa1b0f686359bd655d6c5.tar.gz
glibc-86ebe6b1334510d5e71fa1b0f686359bd655d6c5.tar.bz2
glibc-86ebe6b1334510d5e71fa1b0f686359bd655d6c5.zip
Remove redundant defines of __O_LARGEFILE
* sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE) [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>. * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): [__WORDSIZE != 64]: Likewise. * sysdeps/unix/sysv/linux/generic/bits/fcntl.h: (__O_LARGEFILE) [__WORDSIZE != 64]: Do not define, take value from <bits/fcntl-linux.h>.
Diffstat (limited to 'ports/sysdeps/unix')
-rw-r--r--ports/sysdeps/unix/sysv/linux/generic/bits/fcntl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ports/sysdeps/unix/sysv/linux/generic/bits/fcntl.h b/ports/sysdeps/unix/sysv/linux/generic/bits/fcntl.h
index 7ea207c460..56a914b7eb 100644
--- a/ports/sysdeps/unix/sysv/linux/generic/bits/fcntl.h
+++ b/ports/sysdeps/unix/sysv/linux/generic/bits/fcntl.h
@@ -25,8 +25,6 @@
#if __WORDSIZE == 64
# define __O_LARGEFILE 0
-#else
-# define __O_LARGEFILE 0100000
#endif
struct flock