It's CONFIG_LFS. If that's enabled, busybox builds with these flags: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
In the previous release, they were a NOP on 64 bit platforms. Now they make fcntl into a nonexistent reference to fcntl64 and break the build. Rob -- Latency is more important than throughput. It's that simple. - Linus Torvalds _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
