summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-25 22:07:18 +0000
committerngie <ngie@FreeBSD.org>2015-11-25 22:07:18 +0000
commit6ac45bcfac643ac02b32992b07eab4591cf288fc (patch)
tree131cb401a8b3155a83fff9c44ada2c2cba3c0b3f
parent5b30874b01f711d1bea2e7c4cf5b04c1a4a5e735 (diff)
downloadFreeBSD-src-6ac45bcfac643ac02b32992b07eab4591cf288fc.zip
FreeBSD-src-6ac45bcfac643ac02b32992b07eab4591cf288fc.tar.gz
Link fclose(3) to fdclose(3)
X-MFC with: r285140 MFC after: 3 weeks (need to evaluate whether or not r285140 can be MFCed) Sponsored by: EMC / Isilon Storage Division
-rw-r--r--lib/libc/stdio/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/Makefile.inc b/lib/libc/stdio/Makefile.inc
index 9c232ba..9b608c8 100644
--- a/lib/libc/stdio/Makefile.inc
+++ b/lib/libc/stdio/Makefile.inc
@@ -42,7 +42,7 @@ MAN+= fclose.3 ferror.3 fflush.3 fgetln.3 fgets.3 fgetwln.3 fgetws.3 \
stdio.3 tmpnam.3 \
ungetc.3 ungetwc.3 wprintf.3 wscanf.3
-MLINKS+=fclose.3 fcloseall.3
+MLINKS+=fclose.3 fcloseall.3 fclose.3 fdclose.3
MLINKS+=ferror.3 ferror_unlocked.3 \
ferror.3 clearerr.3 ferror.3 clearerr_unlocked.3 \
ferror.3 feof.3 ferror.3 feof_unlocked.3 \
OpenPOWER on IntegriCloud