Skip to content

Commit f2be0a8

Browse files
authored
Revert "[libc] Match stdlib.h baremetal entrypoints with types (#85030)"
This reverts commit 500e05f.
1 parent 0ead2bd commit f2be0a8

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
@@ -68,7 +68,7 @@ def StdlibAPI : PublicAPI<"stdlib.h"> {
6868
"size_t",
6969
"__bsearchcompare_t",
7070
"__qsortcompare_t",
71-
"__qsortrcompare_t",
71+
"__atexithandler_t",
7272
];
7373
}
7474

0 commit comments

Comments
 (0)