Displaying 2 results from an estimated 2 matches for "de80173e".
2013 Oct 16
1
Unsupported system calls
...ere 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/de80173e/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