Files
clang-p2996/libc/config/gpu/headers.txt
Joseph Huber 3bbe0f90f3 [libc] Add 'strings.h' header on the GPU (#109661)
Summary:
These are GNU extensions but still show up, the entrypoints were enabled
but we weren't emitting the header so they couldn't be used.
2024-09-23 14:19:33 -07:00

25 lines
535 B
Plaintext

set(TARGET_PUBLIC_HEADERS
libc.include.assert
libc.include.ctype
libc.include.string
libc.include.strings
libc.include.signal
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
libc.include.wchar
libc.include.uchar
libc.include.features
libc.include.locale
# Header for RPC extensions
libc.include.gpu_rpc
)