OSDN Git Service

malloc: fix race condition and other bugs in the no-mmu malloc
[uclinux-h8/uClibc.git] / libc / stdlib / srand48_r.c
index 33c2415..4347fef 100644 (file)
@@ -20,7 +20,6 @@
 #include <stdlib.h>
 #include <limits.h>
 
-/* libc_hidden_proto(srand48_r) */
 int srand48_r (long int seedval, struct drand48_data *buffer)
 {
     /* The standards say we only have 32 bits.  */