summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-08-13 18:55:51 +0000
committerphk <phk@FreeBSD.org>2002-08-13 18:55:51 +0000
commit3a04055091eb426022cf3fe3ae4dd348499c8368 (patch)
treeb270d3c34ad540a4299c14e86b07d6a32e5b34f9 /lib/libc/stdio
parent7a86c9d7389910cfc182559f8cda3c63f8c3bd83 (diff)
downloadFreeBSD-src-3a04055091eb426022cf3fe3ae4dd348499c8368.zip
FreeBSD-src-3a04055091eb426022cf3fe3ae4dd348499c8368.tar.gz
Unbreak one of the most confusing breaks of the tree I've seen.
The last commit cannot possibly have been tested.
Diffstat (limited to 'lib/libc/stdio')
-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 34ef6be..00da45a 100644
--- a/lib/libc/stdio/Makefile.inc
+++ b/lib/libc/stdio/Makefile.inc
@@ -19,7 +19,8 @@ SRCS+= _flock_stub.c asprintf.c clrerr.c fclose.c fdopen.c feof.c ferror.c \
.if ${LIB} == "c"
MAN+= fclose.3 ferror.3 fflush.3 fgetln.3 fgets.3 fgetws.3 fopen.3 fputs.3 \
fputws.3 fread.3 fseek.3 funopen.3 fwide.3 getc.3 getwc.3 mktemp.3 \
- printf.3 putc.3 putwc.3 remove.3 scanf.3 setbuf.3 stdio.3 tmpnam.3 \ ungetc.3 ungetwc.3
+ printf.3 putc.3 putwc.3 remove.3 scanf.3 setbuf.3 stdio.3 tmpnam.3 \
+ ungetc.3 ungetwc.3
MLINKS+=ferror.3 clearerr.3 ferror.3 feof.3 ferror.3 fileno.3
MLINKS+=fflush.3 fpurge.3
OpenPOWER on IntegriCloud