1 2 3 4 5 6 7 8 9
#include_next <unistd.h> #ifndef LIBCRYPTOCOMPAT_UNISTD_H #define LIBCRYPTOCOMPAT_UNISTD_H int getentropy(void *buf, size_t buflen); int issetugid(void); #endif