On 10 December 2012 05:26, Vineet Gupta <vineet.gup...@synopsys.com> wrote: > > !LFS support doesn't add lot more than what we already have. The 3 which > seem to fail for me are easily fixable. I've not seen any breakage with > getdents
Right now, getdents requires either NR_getdents or __getdents64 which is only compiled for LFS (see libc/sysdeps/linux/common/Makefile.in, line 14 were are *64.c files are only available for LFS). So at the moment, getdents fails in a uClibc w/o LFS with undefined references to __getdents64. The fix is similar to the other functions but in this case the code in __getdents ( for WORDSIZE == 32 ) will become a bit unreadable. -- Regards, Markos _______________________________________________ uClibc mailing list uClibc@uclibc.org http://lists.busybox.net/mailman/listinfo/uclibc