diff options
Diffstat (limited to 'libc/stdlib/seed48.c')
-rw-r--r-- | libc/stdlib/seed48.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/stdlib/seed48.c b/libc/stdlib/seed48.c index 3de07aa31..f068b980d 100644 --- a/libc/stdlib/seed48.c +++ b/libc/stdlib/seed48.c @@ -17,12 +17,12 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#define seed48_r __seed48_r - #include <stdlib.h> +libc_hidden_proto(seed48_r) + /* 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; unsigned short int * seed48 (unsigned short int seed16v[3]) |