On 04/25/2010 06:35 AM, [email protected] wrote: > From: Roman I Khimov <[email protected]> > > In previous uclibc versions we've had fcntl64 (nonexisting on x86_64) as > an alias to fcntl. Recent NPTL changes removed that alias, although fcntl64 > is still present in headers when using _GNU_SOURCE or _FILE_OFFSET_BITS=64. > > It confuses applications and leads to linkage failures. > > The patch proposed tries to deal with it in headers (thus not reintroducing > fcntl64 alias), although there might be some better way. > --- > include/fcntl.h | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-)
What about other 64bit archs? And you're right, we probably want a different solution to this. -Austin _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
