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 12175bc commit bbe7eb9Copy full SHA for bbe7eb9
libc/src/stdio/CMakeLists.txt
@@ -308,8 +308,11 @@ add_entrypoint_object(
308
309
# These entrypoints have multiple potential implementations.
310
add_stdio_entrypoint_object(feof)
311
+add_stdio_entrypoint_object(feof_unlocked)
312
add_stdio_entrypoint_object(ferror)
313
+add_stdio_entrypoint_object(ferror_unlocked)
314
add_stdio_entrypoint_object(clearerr)
315
+add_stdio_entrypoint_object(clearerr_unlocked)
316
add_stdio_entrypoint_object(fopen)
317
add_stdio_entrypoint_object(fclose)
318
add_stdio_entrypoint_object(fread_unlocked)
0 commit comments