chiark / gitweb /
Fix the gentoo udev rules to allow the box to boot properly
[elogind.git] / klibc / klibc / srand48.c
index a3df16d95c002fc906886db9175960c61383cef8..5f201d20476ffbdba7b56c285390fb1240f541d0 100644 (file)
@@ -5,8 +5,7 @@
 #include <stdlib.h>
 #include <stdint.h>
 
-extern unsigned short __rand48_seed[3];
-
+unsigned short __rand48_seed[3]; /* Common with mrand48.c, lrand48.c */
 
 void srand48(long seedval)
 {