diff options
author | Justin DeMartino <jjdemartino@google.com> | 2020-09-21 13:23:58 -0700 |
---|---|---|
committer | Justin DeMartino <jjdemartino@google.com> | 2020-09-21 13:23:58 -0700 |
commit | 7e4fe6a28b718ab97c08811566238af2893ca65b (patch) | |
tree | 5413a5ec890b5a1ac4fbbe4548b5014e41a2591b /libc/include/bits/glibc-syscalls.h | |
parent | dcdcb3fa15004669823a3a118189d9d72ff30852 (diff) | |
parent | ab08b955a34423d53b28a6210e7530e67241af4a (diff) |
Merge SP1A.200921.001
Change-Id: Id2ab019914bb555dadf52c46b8403c0d5fb3c20a
Diffstat (limited to 'libc/include/bits/glibc-syscalls.h')
-rw-r--r-- | libc/include/bits/glibc-syscalls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/include/bits/glibc-syscalls.h b/libc/include/bits/glibc-syscalls.h index 0e3014de6..71e67a395 100644 --- a/libc/include/bits/glibc-syscalls.h +++ b/libc/include/bits/glibc-syscalls.h @@ -186,6 +186,9 @@ #if defined(__NR_faccessat) #define SYS_faccessat __NR_faccessat #endif +#if defined(__NR_faccessat2) + #define SYS_faccessat2 __NR_faccessat2 +#endif #if defined(__NR_fadvise64) #define SYS_fadvise64 __NR_fadvise64 #endif |