The
closedir()
function closes the directory stream associated with
dirp.
A successful call to
closedir()
also closes the underlying file descripotr associated with
dirp.
The directory stream descriptor dirp is not available
after this call.
RETURN VALUE
The
closedir()
function returns 0 on success.
On error, -1 is returned, and
errno
is set appropriately.
This page is part of release 3.14 of the Linux
man-pages
project.
A description of the project,
and information about reporting bugs,
can be found at
http://www.kernel.org/doc/man-pages/.