Files
clang-p2996/libc/config/gpu/headers.txt
Joseph Huber 6335de4a23 [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.
2024-04-02 15:24:06 -05:00

19 lines
390 B
Plaintext

set(TARGET_PUBLIC_HEADERS
libc.include.assert
libc.include.ctype
libc.include.string
libc.include.float
libc.include.stdint
libc.include.inttypes
libc.include.limits
libc.include.math
libc.include.fenv
libc.include.time
libc.include.errno
libc.include.stdlib
libc.include.stdio
# Header for RPC extensions
libc.include.gpu_rpc
)