diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-26 01:14:13 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-26 01:14:13 +0000 |
commit | 83b2918ebe75fe7c3ee54c3a33bd8cc10234db8c (patch) | |
tree | afd209037c1f52762f36684c5816251c280bcc3b /libc/stdlib/drand48-iter.c | |
parent | 905b94adb175aacee1aaaed4ef48f99da7447d3e (diff) |
Some more hidden internals
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 858253b5a..bc2c15cb6 100644 --- a/libc/stdlib/drand48-iter.c +++ b/libc/stdlib/drand48-iter.c @@ -27,7 +27,7 @@ struct drand48_data __libc_drand48_data; -int +int attribute_hidden __drand48_iterate (unsigned short int xsubi[3], struct drand48_data *buffer) { uint64_t X; |