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.
2 parents 8c51371 + 9345b59 commit f3d3177Copy full SHA for f3d3177
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