@@ -659,7 +659,7 @@ if test_code 'arc4random_buf()' 'stdlib.h' '' '' 'arc4random_buf(NULL, 0);'; the
fi
if test_code 'getrandom()' 'stdlib.h sys/random.h' '' '' \
'getrandom(NULL, 256, 0);'; then
'return getrandom(NULL, 256, 0);'; then
add_def HAVE_GETRANDOM
fi
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.