summaryrefslogtreecommitdiff
path: root/pkg/openbsd/include/unistd.h
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-11-05 12:25:49 -0800
committerMichael Forney <mforney@mforney.org>2018-11-06 00:00:25 -0800
commitd19e6b823b76a87264202bbdd9c5b7e9773554e9 (patch)
treedbc1173761b0ab14f5c4c1b3374cf8c0ced69e27 /pkg/openbsd/include/unistd.h
parent9c81417ff34ccee69f204cb328b39a2f4831e163 (diff)
Use musl 1.1.20 getentropy
Diffstat (limited to 'pkg/openbsd/include/unistd.h')
-rw-r--r--pkg/openbsd/include/unistd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/openbsd/include/unistd.h b/pkg/openbsd/include/unistd.h
index f77113e2..a715077b 100644
--- a/pkg/openbsd/include/unistd.h
+++ b/pkg/openbsd/include/unistd.h
@@ -1,4 +1,3 @@
#include_next <unistd.h>
#define pledge(request, paths) 0 /* linux doesn't have pledge */
#define unveil(path, permissions) 0 /* linux doesn't have unveil */
-int getentropy(void *, size_t);