From 64f699811cbc5b91a2900a21dcf880481ceb88a6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 8 Feb 2006 01:31:06 +0000 Subject: janlana writes in Bug 700: use standard uint* types rather than u_int --- include/stdlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/stdlib.h') 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 -extern u_int32_t arc4random(void); +extern uint32_t arc4random(void); extern void arc4random_stir(void); extern void arc4random_addrandom(unsigned char *, int); #endif -- cgit v1.2.3