diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/sys/random.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/sys/random.h b/include/sys/random.h index b33d114b74..6aa313d35d 100644 --- a/include/sys/random.h +++ b/include/sys/random.h @@ -1 +1,11 @@ +#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 |
