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.
19 lines
390 B
Plaintext
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
|
|
)
|