summaryrefslogtreecommitdiff
path: root/libc/stdlib/erand48.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdlib/erand48.c')
-rw-r--r--libc/stdlib/erand48.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/erand48.c b/libc/stdlib/erand48.c
index 96a8ad115..f5c1a50d4 100644
--- a/libc/stdlib/erand48.c
+++ b/libc/stdlib/erand48.c
@@ -21,7 +21,7 @@
#include <stdlib.h>
/* Global state for non-reentrant functions. Defined in drand48-iter.c. */
-extern struct drand48_data __libc_drand48_data;
+extern struct drand48_data __libc_drand48_data attribute_hidden;
double erand48 (unsigned short int xsubi[3])
{