You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As noticed in Homebrew/homebrew-core#102337,
which attempts to build on Ubuntu 16.04, sys/random.h isn't available
with glibc versions prior to 2.25. Therefore, replace the __linux__
inclusion check by one that tests for a particular glibc version.
0 commit comments