summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/Makefile.inc
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2011-04-24 08:54:07 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2011-04-24 08:54:07 +0000
commit349ffb0c555d576987bae3da9583737558f38799 (patch)
treecdabe4e5c8263b5f447096241a7f2299ba651143 /lib/libc/stdio/Makefile.inc
parent80cf522be022df20b49026ae68240e744813d2d2 (diff)
Back out wprintf until we've determined what to do for gcc2 and gcc3 arches.
Diffstat (limited to 'lib/libc/stdio/Makefile.inc')
-rw-r--r--lib/libc/stdio/Makefile.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc
index 5832ea99a12..e6f4112b330 100644
--- a/lib/libc/stdio/Makefile.inc
+++ b/lib/libc/stdio/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.14 2011/04/24 07:46:58 stsp Exp $
+# $OpenBSD: Makefile.inc,v 1.15 2011/04/24 08:54:06 stsp Exp $
# stdio sources
.PATH: ${LIBCSRCDIR}/stdio
@@ -16,8 +16,7 @@ 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 \
- fwprintf.c swprintf.c vfwprintf.c vswprintf.c vwprintf.c wprintf.c
+ putwc.c putwchar.c ungetwc.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 \