diff options
author | Jack Lloyd <[email protected]> | 2019-07-04 06:49:55 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-07-04 06:49:55 -0400 |
commit | 02aee1fb53dae4439c14f113b2963711890cbde0 (patch) | |
tree | c73c2586bdab7518614ed60ea4d73ace4050a4df /src/build-data/os | |
parent | de278af21cfd2f7a09b47d084e592761a13cba6f (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.txt | 3 |
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 |