Displaying 2 results from an estimated 2 matches for "8d430ff9".
Did you mean:
8d4308f0
2013 Oct 16
0
Unsupported system calls
...the right way to do it if there is a generic,
> non-architecture specific fallback in terms of another system call.
>
> -hpa
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.zytor.com/pipermail/klibc/attachments/20131016/8d430ff9/attachment.html>
2013 Oct 16
3
Unsupported system calls
On 10/16/2013 12:52 AM, Anil Singhar wrote:
> Hi HPA,
>
> Thanks for your reply. One confusion I have is:
>
> e.g. 'access' is not supported in aarch64, so should the declaration be:
>
> <!aarch64> int access(const char *, int); <-- This is how it is currently
> indicating that only aarch64 doesn't support it.
>
> OR
>
> <?> int