HomeFreeBSD

Add fdclose(3) function.

Description

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

Details

Provenance
oshogboAuthored on
Reviewer
wblock
Differential Revision
D2697: fdclose
Parents
rS285139: Move the nvlist source and private includes from sys/kern to seperate
Branches
Unknown
Tags
Unknown