diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-09 15:19:10 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-09 15:19:10 +0100 |
commit | dad0315108b60d47af25aa46a7f11084c15d821f (patch) | |
tree | a0193be97a18ba263e689a9f0c6eff07c2cc1053 /include/stdlib.h | |
parent | 3fa004b7d2d9a3648aa95b093000259a123fa2d8 (diff) |
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 <ps.m@gmx.net>
Diffstat (limited to 'include/stdlib.h')
-rw-r--r-- | include/stdlib.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <stdint.h> extern uint32_t arc4random(void); extern void arc4random_stir(void); -libc_hidden_proto(arc4random_stir) extern void arc4random_addrandom(unsigned char *, int); #endif |