/* connector for getentropy */ #include #include #include int getentropy (void *buf, size_t buflen) { return _getentropy_r (_REENT, buf, buflen); }