svn commit: r291337 - head/lib/libc/stdio

Garrett Cooper ngie at FreeBSD.org
Wed Nov 25 22:07:19 UTC 2015


Author: ngie
Date: Wed Nov 25 22:07:18 2015
New Revision: 291337
URL: https://svnweb.freebsd.org/changeset/base/291337

Log:
  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

Modified:
  head/lib/libc/stdio/Makefile.inc

Modified: head/lib/libc/stdio/Makefile.inc
==============================================================================
--- head/lib/libc/stdio/Makefile.inc	Wed Nov 25 21:43:05 2015	(r291336)
+++ head/lib/libc/stdio/Makefile.inc	Wed Nov 25 22:07:18 2015	(r291337)
@@ -42,7 +42,7 @@ MAN+=	fclose.3 ferror.3 fflush.3 fgetln.
 	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 \


More information about the svn-src-all mailing list