summaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 090465ab8..3ed029c07 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -849,7 +849,7 @@ extern int getloadavg (double __loadavg[], int __nelem)
#ifdef __UCLIBC_HAS_ARC4RANDOM__
#include <stdint.h>
-extern u_int32_t arc4random(void);
+extern uint32_t arc4random(void);
extern void arc4random_stir(void);
extern void arc4random_addrandom(unsigned char *, int);
#endif