remove LFS64 programming interfaces (macro-only) from _GNU_SOURCE
[musl] / src / prng / mrand48.c
index 0519d66..f4a56e6 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"
 
 long jrand48(unsigned short s[3])
 {