diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2009-06-15 20:38:55 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2009-06-15 20:38:55 +0000 |
| commit | c4f16b69e19b67a2eb94b3d505ea3c28322a8b59 (patch) | |
| tree | 5e2b271455a043dbcc3a4a6aa9fd155c1966ebb4 /include | |
| parent | d659538f723dd4a908f76ad6103f070680b7fdc7 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/unistd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index 4b567b8307523..aa027c21ae72b 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -326,6 +326,7 @@ unsigned int alarm(unsigned int); int chdir(const char *); int chown(const char *, uid_t, gid_t); int close(int); +void closefrom(int); int dup(int); int dup2(int, int); int execl(const char *, const char *, ...); |
