fix inconsistent signature of __libc_start_main
[musl] / src / prng / drand48.c
index d808353..08283e2 100644 (file)
@@ -1,8 +1,6 @@
 #include <stdlib.h>
 #include <inttypes.h>
-
-uint64_t __rand48_step(unsigned short *xi, unsigned short *lc);
-extern unsigned short __seed48[7];
+#include "rand48.h"
 
 double erand48(unsigned short s[3])
 {