CLOSEFROM

Section: Misc. Reference Manual Pages (3bsd)
Page Index

BSD mandoc
 

NAME

closefrom - delete open file descriptors  

LIBRARY

Lb libbsd  

SYNOPSIS

In unistd.h (See libbsd(7) for include usage.) Ft void Fn closefrom int lowfd  

DESCRIPTION

The Fn closefrom system call deletes all open file descriptors greater than or equal to Fa lowfd from the per-process object reference table. Any errors encountered while closing file descriptors are ignored.  

SEE ALSO

close(2)  

HISTORY

The Fn closefrom function first appeared in Fx 8.0 .


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
SEE ALSO
HISTORY