diff options
Diffstat (limited to 'libc/stdlib/arc4random.c')
-rw-r--r-- | libc/stdlib/arc4random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/arc4random.c b/libc/stdlib/arc4random.c index 0fab85c96..e7d69f168 100644 --- a/libc/stdlib/arc4random.c +++ b/libc/stdlib/arc4random.c @@ -168,7 +168,7 @@ arc4_getword(as) return val; } -libc_hidden_proto(arc4random_stir) +/* libc_hidden_proto(arc4random_stir) */ void arc4random_stir(void) { |