summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2018-03-21 01:15:45 +0000
committerConrad Meyer <cem@FreeBSD.org>2018-03-21 01:15:45 +0000
commite9ac27430c0c639c1f89b1f048a44f6cea0ec265 (patch)
tree4db48083e97206fa5c935d41e2e7c09a9c7ed033 /include
parent672756aa9f1033719fff013226f46b3e46fe3ea5 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/unistd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 1d6f474a1239..7e46f0e69712 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -506,6 +506,7 @@ int execvP(const char *, const char *, char * const *);
int feature_present(const char *);
char *fflagstostr(u_long);
int getdomainname(char *, int);
+int getentropy(void *, size_t);
int getgrouplist(const char *, gid_t, gid_t *, int *);
int getloginclass(char *, size_t);
mode_t getmode(const void *, mode_t);