svn commit: r285140 - in head: include lib/libc/stdio

Tijl Coosemans tijl at FreeBSD.org
Sat Jul 4 17:35:07 UTC 2015


On Sat, 4 Jul 2015 16:42:15 +0000 (UTC) Mariusz Zaborski <oshogbo at FreeBSD.org> wrote:
> Author: oshogbo
> Date: Sat Jul  4 16:42:14 2015
> New Revision: 285140
> URL: https://svnweb.freebsd.org/changeset/base/285140
> 
> Log:
>   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.

You can probably close this bug now:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=75767


More information about the svn-src-head mailing list