This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 2/6] New internal function __access_noerrno
- From: Siddhesh Poyarekar <siddhesh at gotplt dot org>
- To: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>, libc-alpha at sourceware dot org
- Date: Thu, 10 Nov 2016 11:14:17 +0530
- Subject: Re: [PATCH 2/6] New internal function __access_noerrno
- Authentication-results: sourceware.org; auth=none
- References: <1477320168-23397-1-git-send-email-siddhesh@sourceware.org> <1477320168-23397-3-git-send-email-siddhesh@sourceware.org> <317e63c8-1681-84b1-e278-c6ecae71e657@linaro.org> <4f13d235-084b-25f8-b763-053889b0dfdb@gotplt.org>
On Wednesday 09 November 2016 12:30 AM, Siddhesh Poyarekar wrote:
> I can hack at sysdeps/unix/sysv/linux/access.c and drop
> sysdeps/unix/access_noerrno.c.
Turns out I can't do this because I will be breaking non-Linux
configurations that use the SYS_ prefix instead of the __NR_ prefix. I
also discovered that I hadn't actually tested the code properly on
aarch64 and it is broken, so I'll resend the patchset.
Siddhesh