search for: 7929dee5

Displaying 1 result from an estimated 1 matches for "7929dee5".

Did you mean: 7229dec5
2020 Jul 25
0
[klibc:master] stdio: Add extern definition of clearerr()
...nition, but need an extern definition too. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- usr/klibc/Kbuild | 2 +- usr/klibc/stdio/clearerr.c | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/usr/klibc/Kbuild b/usr/klibc/Kbuild index ae5eb6dc..7929dee5 100644 --- a/usr/klibc/Kbuild +++ b/usr/klibc/Kbuild @@ -75,7 +75,7 @@ klib-y += vsnprintf.o snprintf.o vsprintf.o sprintf.o \ stdio/fread.o stdio/fwrite.o stdio/fflush.o \ stdio/ungetc.o stdio/fgetc.o \ stdio/fseek.o stdio/ftell.o stdio/rewind.o \ - stdio/fileno.o stdio/feof.o stdio/...