summaryrefslogtreecommitdiff
path: root/libc/stdio2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio2/Makefile')
-rw-r--r--libc/stdio2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdio2/Makefile b/libc/stdio2/Makefile
index 56b9862..ef96567 100644
--- a/libc/stdio2/Makefile
+++ b/libc/stdio2/Makefile
@@ -5,7 +5,7 @@ include $(TOP)/Make.defs
ASRC=stdio.c
AOBJ=_stdio_init.o fputc.o fgetc.o fflush.o fgets.o gets.o fputs.o \
puts.o fread.o fwrite.o fopen.o fclose.o fseek.o rewind.o ftell.o \
- setbuffer.o ungetc.o
+ setbuffer.o setvbuf.o ungetc.o
PSRC=printf.c
POBJ=printf.o sprintf.o fprintf.o vprintf.o vsprintf.o vfprintf.o