File tree Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Expand file tree Collapse file tree 6 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,13 @@ set(TARGET_LIBC_ENTRYPOINTS
89
89
libc.src.inttypes.strtoimax
90
90
libc.src.inttypes.strtoumax
91
91
92
+ # stdbit.h entrypoints
93
+ libc.src.stdbit.stdc_leading_zeros_uc
94
+ libc.src.stdbit.stdc_leading_zeros_us
95
+ libc.src.stdbit.stdc_leading_zeros_ui
96
+ libc.src.stdbit.stdc_leading_zeros_ul
97
+ libc.src.stdbit.stdc_leading_zeros_ull
98
+
92
99
# stdlib.h entrypoints
93
100
libc.src.stdlib.abs
94
101
libc.src.stdlib.atoi
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ set(TARGET_PUBLIC_HEADERS
10
10
libc.include.math
11
11
libc.include.pthread
12
12
libc.include.signal
13
+ libc.include.stdbit
13
14
libc.include.stdio
14
15
libc.include.stdlib
15
16
libc.include.string
Original file line number Diff line number Diff line change @@ -67,6 +67,13 @@ set(TARGET_LIBC_ENTRYPOINTS
67
67
libc.src.inttypes.strtoimax
68
68
libc.src.inttypes.strtoumax
69
69
70
+ # stdbit.h entrypoints
71
+ libc.src.stdbit.stdc_leading_zeros_uc
72
+ libc.src.stdbit.stdc_leading_zeros_us
73
+ libc.src.stdbit.stdc_leading_zeros_ui
74
+ libc.src.stdbit.stdc_leading_zeros_ul
75
+ libc.src.stdbit.stdc_leading_zeros_ull
76
+
70
77
# stdlib.h entrypoints
71
78
libc.src.stdlib.abs
72
79
libc.src.stdlib.atoi
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ set(TARGET_PUBLIC_HEADERS
5
5
libc.include.float
6
6
libc.include.inttypes
7
7
libc.include.math
8
+ libc.include.stdbit
8
9
libc.include.stdlib
9
10
libc.include.string
10
11
libc.include.strings
Original file line number Diff line number Diff line change @@ -91,6 +91,13 @@ set(TARGET_LIBC_ENTRYPOINTS
91
91
libc.src.inttypes.strtoimax
92
92
libc.src.inttypes.strtoumax
93
93
94
+ # stdbit.h entrypoints
95
+ libc.src.stdbit.stdc_leading_zeros_uc
96
+ libc.src.stdbit.stdc_leading_zeros_us
97
+ libc.src.stdbit.stdc_leading_zeros_ui
98
+ libc.src.stdbit.stdc_leading_zeros_ul
99
+ libc.src.stdbit.stdc_leading_zeros_ull
100
+
94
101
# stdlib.h entrypoints
95
102
libc.src.stdlib.abs
96
103
libc.src.stdlib.atoi
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ set(TARGET_PUBLIC_HEADERS
15
15
libc.include.signal
16
16
libc.include.spawn
17
17
libc.include.setjmp
18
+ libc.include.stdbit
18
19
libc.include.stdio
19
20
libc.include.stdlib
20
21
libc.include.string
You can’t perform that action at this time.
0 commit comments