diff options
author | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2017-12-23 18:07:43 +0000 |
---|---|---|
committer | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2017-12-23 18:07:43 +0000 |
commit | 16545cf5d5f51cb67c03923cbb9c75a024bdaca8 (patch) | |
tree | 6160101b7e535d3742fe9e30f99767e718cd4e5b /include | |
parent | 6d41588b6b96171640f07e9805193623636ac11b (diff) | |
download | src-test2-16545cf5d5f51cb67c03923cbb9c75a024bdaca8.tar.gz src-test2-16545cf5d5f51cb67c03923cbb9c75a024bdaca8.zip |
Notes
Diffstat (limited to 'include')
-rw-r--r-- | include/stdlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 93c4bb50cd79..56bb1566d58e 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -274,6 +274,7 @@ int cgetstr(char *, const char *, char **); int cgetustr(char *, const char *, char **); int daemon(int, int); +int daemonfd(int, int); char *devname(__dev_t, __mode_t); char *devname_r(__dev_t, __mode_t, char *, int); char *fdevname(int); |