diff options
Diffstat (limited to 'libc/stdlib/rand.c')
-rw-r--r-- | libc/stdlib/rand.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/stdlib/rand.c b/libc/stdlib/rand.c index 93fc01483..4b899c0fc 100644 --- a/libc/stdlib/rand.c +++ b/libc/stdlib/rand.c @@ -7,7 +7,6 @@ #include <stdlib.h> -/* libc_hidden_proto(random) */ int rand(void) { |