Skip to content

Commit a4f3a10

Browse files
authored
[libc] Include features.h in baremetal targets (#109444)
This is used by other libraries like libc++.
1 parent 9aa4f50 commit a4f3a10

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

libc/config/baremetal/arm/headers.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ set(TARGET_PUBLIC_HEADERS
22
libc.include.assert
33
libc.include.ctype
44
libc.include.errno
5+
libc.include.features
56
libc.include.fenv
67
libc.include.float
78
libc.include.inttypes

libc/config/baremetal/riscv/headers.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
set(TARGET_PUBLIC_HEADERS
22
libc.include.assert
33
libc.include.ctype
4-
libc.include.fenv
54
libc.include.errno
5+
libc.include.features
6+
libc.include.fenv
67
libc.include.float
7-
libc.include.stdint
88
libc.include.inttypes
99
libc.include.math
1010
libc.include.stdfix
11+
libc.include.stdint
1112
libc.include.stdio
1213
libc.include.stdlib
1314
libc.include.string

0 commit comments

Comments
 (0)