Skip to content

Commit b3e2609

Browse files
michaelrj-googlemahesh-attarde
authored andcommitted
[libc][NFC] Turn off faccessat on aarch64 (llvm#161740)
The SYS_faccessat2 syscall isn't available on the aarch64 buildbot, so disable this entrypoint for now.
1 parent ab9f3c7 commit b3e2609

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/config/linux/aarch64/entrypoints.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,8 @@ set(TARGET_LIBC_ENTRYPOINTS
325325
libc.src.unistd.dup2
326326
libc.src.unistd.dup3
327327
libc.src.unistd.execve
328-
libc.src.unistd.faccessat
328+
# Disabled while SYS_faccessat2 is unavailable on the buildbot.
329+
# libc.src.unistd.faccessat
329330
libc.src.unistd.fchdir
330331
libc.src.unistd.fpathconf
331332
libc.src.unistd.fsync

0 commit comments

Comments
 (0)