[libc] remove getauxval from arm32 entrypoint list (#79093)

`getauxval` depends on `open/read/close` which are not built on arm32.
Remove `getauxval` for now.
This commit is contained in:
Schrodinger ZHU Yifan 2024-01-23 00:56:40 -05:00 committed by GitHub
parent ce3e767ac5
commit 3f740322c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,9 +95,6 @@ set(TARGET_LIBC_ENTRYPOINTS
# sys/prctl.h entrypoints
libc.src.sys.prctl.prctl
# sys/auxv.h entrypoints
libc.src.sys.auxv.getauxval
)
set(TARGET_LIBM_ENTRYPOINTS