]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFstable/10 r291602:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 Dec 2015 06:54:53 +0000 (06:54 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 13 Dec 2015 06:54:53 +0000 (06:54 +0000)
commit458e3bbc5d35a0c476859815f3b7cd8bb7f49b13
treeaaf97b47c4b490cd36598121fc34be49578e49d4
parent3ab1c5bb754e310a17829c30943716a0321204b6
MFstable/10 r291602:

MFC r285140:
r285140 (by oshogbo):

Add fdclose(3) function.

This function is equivalent to fclose(3) function except that it
does not close the underlying file descriptor.
fdclose(3) is step forward to make FILE structure private.

Reviewed by: wblock, jilles, jhb, pjd
Approved by: pjd (mentor)
Differential Revision: https://reviews.freebsd.org/D2697

git-svn-id: svn://svn.freebsd.org/base/stable/9@292154 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
include/stdio.h
lib/libc/stdio/Symbol.map
lib/libc/stdio/fclose.3
lib/libc/stdio/fclose.c