We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2c4a0 commit 9345b59Copy full SHA for 9345b59
libc/config/linux/aarch64/entrypoints.txt
@@ -325,7 +325,8 @@ set(TARGET_LIBC_ENTRYPOINTS
325
libc.src.unistd.dup2
326
libc.src.unistd.dup3
327
libc.src.unistd.execve
328
- libc.src.unistd.faccessat
+ # Disabled while SYS_faccessat2 is unavailable on the buildbot.
329
+ # libc.src.unistd.faccessat
330
libc.src.unistd.fchdir
331
libc.src.unistd.fpathconf
332
libc.src.unistd.fsync
0 commit comments