aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/os
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-07-04 06:49:55 -0400
committerJack Lloyd <[email protected]>2019-07-04 06:49:55 -0400
commit02aee1fb53dae4439c14f113b2963711890cbde0 (patch)
treec73c2586bdab7518614ed60ea4d73ace4050a4df /src/build-data/os
parentde278af21cfd2f7a09b47d084e592761a13cba6f (diff)
Fix include for getentropy
Everyone but BSDs puts it in sys/random.h
Diffstat (limited to 'src/build-data/os')
-rw-r--r--src/build-data/os/linux.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/build-data/os/linux.txt b/src/build-data/os/linux.txt
index 208e13b9b..c72114471 100644
--- a/src/build-data/os/linux.txt
+++ b/src/build-data/os/linux.txt
@@ -10,8 +10,9 @@ proc_fs
clock_gettime
getauxval
-# not enabled by default as only available in newer kernel/glibc
+# these are not enabled by default as only available in newer kernel/glibc
#getrandom
+#getentropy
sockets
threads