On 9 February 2013 10:39, Markos Chandras <[email protected]> wrote: > On 9 February 2013 10:35, Bernhard Reutner-Fischer > <[email protected]> wrote: >>> >>> Fixed >> int fstat64(int fd, struct stat64 *buf) >> { >> int result; >> +#ifdef __ARCH_HAS_DEPRECATED_SYSCALLS__ >> +#else >> + return __syscall_fstat64(fd, buf); >> +#endif >> } >> libc_hidden_def(fstat64) >> >> obviously the guard should include the result declaration. >> >>> Please let me know if you need me to fix anything else or if this >>> branch is good enough for inclusion. >> >> I think the result thing above should have shown up as new warning in >> your series. > > Sometimes I miss such warnings because I build uClibc using buildroot > so there is a lot of noise in there. > I will fix it and do a clean build for x86_64 again. > >> But anyway, i'll have another look during the weekend. >> Thanks for your patience! >> cheers, > > Thank you. > > -- > Regards, > Markos Chandras
Hi Bernhard, I had another look. I fixed a couple #if/def leftovers and I tested this patchset with x86_64 with and without threads support. I couldn't spot any more warnings or failures related to this patchset. The branch is updated and rebased on github as always. -- Regards, Markos Chandras _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
