Add new closefrom() function

Code taken from sudo, man page from FreeBSD.
This commit is contained in:
Guillem Jover
2011-12-31 08:39:44 +01:00
parent 3d614131b5
commit 943939d0e5
8 changed files with 222 additions and 2 deletions

View File

@@ -89,3 +89,7 @@ LIBBSD_0.3 {
fpurge;
} LIBBSD_0.2;
LIBBSD_0.4 {
closefrom;
} LIBBSD_0.3;