[libc] Disable '_exit' on the GPU build

Summary:
There are other dependencies to enable `unistd.h` on the GPU which
prevented the header from being generated. This is a POSIX extension and
isn't part of the core `libc`, so we can just disable this for now to
get the bots gree.
This commit is contained in:
Joseph Huber 2024-04-02 15:23:11 -05:00
parent c403a47807
commit 6335de4a23
2 changed files with 0 additions and 4 deletions

View File

@ -211,9 +211,6 @@ set(TARGET_LIBC_ENTRYPOINTS
# gpu/rpc.h entrypoints
libc.src.gpu.rpc_host_call
# unistd.h entrypoints
libc.src.unistd._exit
)
set(TARGET_LIBM_ENTRYPOINTS

View File

@ -12,7 +12,6 @@ set(TARGET_PUBLIC_HEADERS
libc.include.errno
libc.include.stdlib
libc.include.stdio
libc.include.unistd
# Header for RPC extensions
libc.include.gpu_rpc