We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa4f50 commit a4f3a10Copy full SHA for a4f3a10
libc/config/baremetal/arm/headers.txt
@@ -2,6 +2,7 @@ set(TARGET_PUBLIC_HEADERS
2
libc.include.assert
3
libc.include.ctype
4
libc.include.errno
5
+ libc.include.features
6
libc.include.fenv
7
libc.include.float
8
libc.include.inttypes
libc/config/baremetal/riscv/headers.txt
@@ -1,13 +1,14 @@
1
set(TARGET_PUBLIC_HEADERS
- libc.include.fenv
+ libc.include.fenv
- libc.include.stdint
9
libc.include.math
10
libc.include.stdfix
11
+ libc.include.stdint
12
libc.include.stdio
13
libc.include.stdlib
14
libc.include.string
0 commit comments