getentropy() didn't exist on old glibc versions
This commit is contained in:
parent
284bc95456
commit
f480b547e4
@ -62,7 +62,6 @@ pub fn build(b: *std.build.Builder) !void {
|
||||
|
||||
lib.defineCMacro("HAVE_CATCHABLE_ABRT", "1");
|
||||
lib.defineCMacro("HAVE_CATCHABLE_SEGV", "1");
|
||||
lib.defineCMacro("HAVE_GETENTROPY", "1");
|
||||
lib.defineCMacro("HAVE_GETPID", "1");
|
||||
lib.defineCMacro("HAVE_INLINE_ASM", "1");
|
||||
lib.defineCMacro("HAVE_MADVISE", "1");
|
||||
|
Loading…
Reference in New Issue
Block a user