use libc-internal malloc for newlocale/freelocale
[musl] / src / prng / lcong48.c
index 32b27d4..030e514 100644 (file)
@@ -1,7 +1,6 @@
 #include <stdlib.h>
 #include <string.h>
-
-extern unsigned short __seed48[7];
+#include "rand48.h"
 
 void lcong48(unsigned short p[7])
 {