You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
253 B

#ifndef _SYS_RANDOM_H
#include <stdlib/sys/random.h>
# ifndef _ISOMAC
extern ssize_t __getrandom (void *__buffer, size_t __length,
unsigned int __flags) __wur;
libc_hidden_proto (__getrandom)
# endif /* !_ISOMAC */
#endif