[PATCH v3 00/48] Support for cut-down Linux syscalls
Markos Chandras
markos.chandras at gmail.com
Sat Feb 9 10:39:23 UTC 2013
On 9 February 2013 10:35, Bernhard Reutner-Fischer
<rep.dot.nop at gmail.com> 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
More information about the uClibc
mailing list