diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2011-04-28 17:38:47 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2011-04-28 17:38:47 +0000 |
commit | 36b95010a33f4c13791600157d226a57d843cc9f (patch) | |
tree | 0a71d0ee6069dc6b2b8dc7860680547066f7521a /lib/libc/stdio/Makefile.inc | |
parent | f70eacf51aa926a56332357f2fd9556df8f52acb (diff) |
Bring back wprintf. We've sorted out what to do for gcc2 and gcc3.
"Yes, go ahead then" deraadt
Diffstat (limited to 'lib/libc/stdio/Makefile.inc')
-rw-r--r-- | lib/libc/stdio/Makefile.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc index e6f4112b330..2f850c74744 100644 --- a/lib/libc/stdio/Makefile.inc +++ b/lib/libc/stdio/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.15 2011/04/24 08:54:06 stsp Exp $ +# $OpenBSD: Makefile.inc,v 1.16 2011/04/28 17:38:46 stsp Exp $ # stdio sources .PATH: ${LIBCSRCDIR}/stdio @@ -16,7 +16,8 @@ SRCS+= asprintf.c clrerr.c fclose.c fdopen.c feof.c ferror.c fflush.c fgetc.c \ vfscanf.c vprintf.c vscanf.c vsnprintf.c vsprintf.c vsscanf.c \ wbuf.c wsetup.c flockfile.c __svfscanf.c \ fgetwc.c fgetws.c fputwc.c fputws.c fwide.c getwc.c getwchar.c \ - putwc.c putwchar.c ungetwc.c + putwc.c putwchar.c ungetwc.c \ + fwprintf.c swprintf.c vfwprintf.c vswprintf.c vwprintf.c wprintf.c MAN+= fclose.3 ferror.3 fflush.3 fgetln.3 fgets.3 fopen.3 fputs.3 \ fread.3 fseek.3 funopen.3 getc.3 mktemp.3 perror.3 printf.3 putc.3 \ |