Hi > Yes, i know. I think the correct guard is > #if defined __UCLIBC_HAS_LFS__ && __WORDSIZE == 32 && !defined > __NR_fcntl64 > fixed.
maybe better #if defined __UCLIBC_HAS_LFS__ && !defined __NR_fcntl64 (independently of the __WORDSIZE, IIRC 64bit archs do not have __NR_fcntl64 and their fcntl syscall is the same as fcntl64 on 32bit archs). > > missing comma for ppc32 in posix_fadvise.c -- fixed. > > Another question, on powerpc, i see: > > Makefile.in:139: warning: overriding commands for target > `include/bits/local_lim.h' > libpthread/nptl/sysdeps/unix/sysv/linux/Makefile.commonarch:202: > warning: ignoring old commands for target `include/bits/local_lim.h' > > Can you advise on this on, please? Is this happening on Khem's tree or future branch? Regards, Peter -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
