diff options
Diffstat (limited to 'libc/stdio/Makefile')
-rw-r--r-- | libc/stdio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/stdio/Makefile b/libc/stdio/Makefile index 7c6b9116a..3c0103e52 100644 --- a/libc/stdio/Makefile +++ b/libc/stdio/Makefile @@ -35,7 +35,9 @@ ifeq ($(HAS_LONG_LONG),true) endif MSRC=stdio.c -MOBJ=_stdio_init.o _stdio_buffer.o clearerr.o feof.o ferror.o fileno.o \ +MOBJ=_stdio_init.o \ + _alloc_stdio_buffer.o _free_stdio_buffer.o _free_stdio_stream.o \ + clearerr.o feof.o ferror.o fileno.o \ setbuffer.o setvbuf.o setbuf.o setlinebuf.o \ fclose.o _fopen.o fopen.o freopen.o fdopen.o fflush.o \ fseek.o rewind.o ftell.o fgetpos.o fsetpos.o \ |