• R
    add getentropy function · 82f17680
    Rich Felker 提交于
    based loosely on patch by Hauke Mehrtens; converted to wrap the public
    API of the underlying getrandom function rather than direct syscalls,
    so that if/when a fallback implementation of getrandom is added it
    will automatically get picked up by getentropy too.
    82f17680
unistd.h 12.9 KB