Message283954
Good question.
It looks like there are 3 defines getting checked:
HAVE_SYS_RANDOM_H and either HAVE_GETRANDOM or HAVE_GETENTROPY
The previous issue seemed to be that you could have HAVE_GETRANDOM and/or HAVE_GETENTROPY be set, but still not have a sys/random.h, so a check was added for HAVE_SYS_RANDOM_H. However, on macs, you can HAVE_SYS_RANDOM_H, but still not have either HAVE_GETRANDOM or HAVE_GETENTROPY.
This _probably_ implies that the sys/random.h that's present isn't conformant enough for the compiler settings and my mac's os and/or xcode. |
|
Date |
User |
Action |
Args |
2016-12-24 15:25:44 | Pam.McANulty | set | recipients:
+ Pam.McANulty, rhettinger, ronaldoussoren, mark.dickinson, vstinner, larry, christian.heimes, benjamin.peterson, ned.deily |
2016-12-24 15:25:44 | Pam.McANulty | set | messageid: <1482593144.04.0.887861342098.issue29057@psf.upfronthosting.co.za> |
2016-12-24 15:25:44 | Pam.McANulty | link | issue29057 messages |
2016-12-24 15:25:43 | Pam.McANulty | create | |
|