closefrom(3) debian man page | unix.com

Man Page: closefrom

Operating Environment: debian

Section: 3

CLOSEFROM(3)						   BSD Library Functions Manual 					      CLOSEFROM(3)

NAME
closefrom -- delete open file descriptors
LIBRARY
Utility functions from BSD systems (libbsd, -lbsd)
SYNOPSIS
#include <bsd/unistd.h> void closefrom(int lowfd);
DESCRIPTION
The closefrom() system call deletes all open file descriptors greater than or equal to lowfd from the per-process object reference table. Any errors encountered while closing file descriptors are ignored.
SEE ALSO
close(2)
HISTORY
The closefrom() function first appeared in FreeBSD 8.0.
BSD
June 12, 2009 BSD
Related Man Pages
close(2) - mojave
posix_spawn_file_actions_addclosefrom_np(3c) - opensolaris
setprogname(3) - debian
close(2) - opendarwin
close(2) - osx
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?