summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/Makefile.inc
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2008-06-29 21:52:40 +0000
committerdas <das@FreeBSD.org>2008-06-29 21:52:40 +0000
commit8d5e7f14f6536060c1f9eb8be2aab19f42dedc0d (patch)
tree2d4458558cb21698c7958f9066bc758360c4e903 /lib/libc/stdio/Makefile.inc
parentd36ce0f109efab721a127c6aa11db35ca9074797 (diff)
downloadFreeBSD-src-8d5e7f14f6536060c1f9eb8be2aab19f42dedc0d.zip
FreeBSD-src-8d5e7f14f6536060c1f9eb8be2aab19f42dedc0d.tar.gz
Reduce the level of duplication between vfprintf() and vfwprintf()
by moving the positional argument handling code to a new file, printf-pos.c, and moving common definitions to printflocal.h. No functional change intended.
Diffstat (limited to 'lib/libc/stdio/Makefile.inc')
-rw-r--r--lib/libc/stdio/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc
index 47dd3f5..fc106db 100644
--- a/lib/libc/stdio/Makefile.inc
+++ b/lib/libc/stdio/Makefile.inc
@@ -12,7 +12,8 @@ SRCS+= _flock_stub.c asprintf.c clrerr.c fclose.c fcloseall.c fdopen.c \
ftell.c funopen.c fvwrite.c fwalk.c fwide.c fwprintf.c fwscanf.c \
fwrite.c getc.c \
getchar.c gets.c getw.c getwc.c getwchar.c makebuf.c mktemp.c \
- perror.c printf.c putc.c putchar.c puts.c putw.c putwc.c putwchar.c \
+ perror.c printf.c printf-pos.c putc.c putchar.c \
+ puts.c putw.c putwc.c putwchar.c \
refill.c remove.c rewind.c rget.c scanf.c setbuf.c setbuffer.c \
setvbuf.c snprintf.c sprintf.c sscanf.c stdio.c swprintf.c swscanf.c \
tempnam.c tmpfile.c \
OpenPOWER on IntegriCloud