Hi Nick,
On 3/19/20 3:39 PM, Nick Desaulniers wrote:
On Thu, Mar 19, 2020 at 7:11 AM Vincenzo Frascino vincenzo.frascino@arm.com wrote:
[...]
This seems to match up with the glibc sources: https://sourceware.org/git/?p=glibc.git%3Ba=blob%3Bf=sysdeps/unix/sysv/linux... Here's bionic's headers for good measure: https://android.googlesource.com/platform/bionic/+/refs/heads/master/libc/ke...
I assume the _compat_ prefixes are the aarch32 syscall numbers? Otherwise here's the list for aarch64: https://sourceware.org/git/?p=glibc.git%3Ba=blob%3Bf=sysdeps/unix/sysv/linux...
Looks like 247 was __NR_io_cancel; that's a subtle bug I'm glad was noticed!
Yes, very subtle, I agree!
Thank you for the information provided.
Reviewed-by: Nick Desaulniers ndesaulniers@google.com
#define __NR_compat_clock_gettime64 403 #define __NR_compat_clock_getres_time64 406
-- 2.25.1
-- You received this message because you are subscribed to the Google Groups "Clang Built Linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to clang-built-linux+unsubscribe@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/clang-built-linux/20200319141138.19343-1-v....