OSDN Git Service

really fix missing __libc_drand48_data
authorPeter S. Mazinger <ps.m@gmx.net>
Thu, 10 Mar 2011 12:02:19 +0000 (13:02 +0100)
committerPeter S. Mazinger <ps.m@gmx.net>
Thu, 10 Mar 2011 12:02:19 +0000 (13:02 +0100)
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
libc/stdlib/drand48-iter.c

index e0c1ce4..7d705ad 100644 (file)
 #include <stdlib.h>
 #include <limits.h>
 #include <stdint.h>
+#include <stdlib.h>
 #include <sys/types.h>
 
+/* Global state for non-reentrant functions.  */
+struct drand48_data __libc_drand48_data;
+
 #ifdef __UCLIBC_MJN3_ONLY__
 #warning turn int __drand48_iterate into void
 #endif /* __UCLIBC_MJN3_ONLY__ */