Skip to content

Commit 500e05f

Browse files
authored
[libc] Match stdlib.h baremetal entrypoints with types (#85030)
To match the entrypoints and types for baremetal, we need to include __qsortrcompare_t and omit __atexithandler_t.
1 parent d6722bc commit 500e05f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/config/baremetal/api.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def StdlibAPI : PublicAPI<"stdlib.h"> {
6464
"size_t",
6565
"__bsearchcompare_t",
6666
"__qsortcompare_t",
67-
"__atexithandler_t",
67+
"__qsortrcompare_t",
6868
];
6969
}
7070

0 commit comments

Comments
 (0)