]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r285140:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Dec 2015 18:19:23 +0000 (18:19 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 1 Dec 2015 18:19:23 +0000 (18:19 +0000)
commitb32a2f978adc58940996b40d050b5b341b88ae62
treecba970673e1ceed9b626c0054c7fce1f318a3d68
parentf17c55274c686c58dd2c20951d9c8c9d8c3e946a
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/10@291602 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
include/stdio.h
lib/libc/stdio/Symbol.map
lib/libc/stdio/fclose.3
lib/libc/stdio/fclose.c