getservbyport_r: fix wrong result if getnameinfo fails with EAI_OVERFLOW
[musl] / src / prng / seed48.c
index e0699c0..bce7b33 100644 (file)
@@ -1,7 +1,6 @@
 #include <stdlib.h>
 #include <string.h>
-
-extern unsigned short __seed48[7];
+#include "rand48.h"
 
 unsigned short *seed48(unsigned short *s)
 {