From dad0315108b60d47af25aa46a7f11084c15d821f Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Wed, 9 Mar 2011 15:19:10 +0100 Subject: arc4random.c, stdlib.h: get rid of hidden arc4random_stir The function is used only in one file, make an internal static version for this Signed-off-by: Peter S. Mazinger --- include/stdlib.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/stdlib.h') diff --git a/include/stdlib.h b/include/stdlib.h index c533bd57a..18657277a 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -906,7 +906,6 @@ extern int getloadavg (double __loadavg[], int __nelem) #include extern uint32_t arc4random(void); extern void arc4random_stir(void); -libc_hidden_proto(arc4random_stir) extern void arc4random_addrandom(unsigned char *, int); #endif -- cgit v1.2.3