Remove redundant defines of __O_LARGEFILE
authorAndreas Jaeger <aj@suse.de>
Sat, 27 Oct 2012 11:49:30 +0000 (13:49 +0200)
committerAndreas Jaeger <aj@suse.de>
Sat, 27 Oct 2012 11:49:30 +0000 (13:49 +0200)
commit86ebe6b1334510d5e71fa1b0f686359bd655d6c5
tree8faf85dc4f6718c0ff3decc0bf029986ae00fcd8
parent54399c08c32eed07b3db579210261ea9487baff3
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>.
ChangeLog
ports/ChangeLog.linux-generic
ports/sysdeps/unix/sysv/linux/generic/bits/fcntl.h
sysdeps/unix/sysv/linux/s390/bits/fcntl.h
sysdeps/unix/sysv/linux/x86/bits/fcntl.h