diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-08 11:34:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-08 11:34:36 +0000 |
commit | 38839d31eb0e216bed0ed1a8ea036e46ea696c1c (patch) | |
tree | 26bcaa01e1ff7a3497e7e235448a309ac9826cf7 /libc/stdlib/drand48-iter.c | |
parent | 75b19c0d76d016c521dcd9dddde1127818fdbc52 (diff) |
hide internal __libc_drand48_data symbol
Diffstat (limited to 'libc/stdlib/drand48-iter.c')
-rw-r--r-- | libc/stdlib/drand48-iter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/drand48-iter.c b/libc/stdlib/drand48-iter.c index bc2c15cb6..fc2a4ae9e 100644 --- a/libc/stdlib/drand48-iter.c +++ b/libc/stdlib/drand48-iter.c @@ -24,7 +24,7 @@ #include <sys/types.h> /* Global state for non-reentrant functions. */ -struct drand48_data __libc_drand48_data; +struct drand48_data __libc_drand48_data attribute_hidden; int attribute_hidden |