diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-02 01:52:28 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-02 01:52:28 +0000 |
| commit | 450f92eb7165131ff3fdb2f80ec2fc65254f5ccb (patch) | |
| tree | 4a0260d6717520379b98af80419feda2ca7cea29 /libc/stdlib/erand48_r.c | |
| parent | 6fd3ac79613c9e1832513b0f614860be2735993f (diff) | |
| download | uClibc-alpine-450f92eb7165131ff3fdb2f80ec2fc65254f5ccb.tar.bz2 uClibc-alpine-450f92eb7165131ff3fdb2f80ec2fc65254f5ccb.tar.xz | |
Merge from trunk.
Diffstat (limited to 'libc/stdlib/erand48_r.c')
| -rw-r--r-- | libc/stdlib/erand48_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/erand48_r.c b/libc/stdlib/erand48_r.c index 85971cc02..159eb83a6 100644 --- a/libc/stdlib/erand48_r.c +++ b/libc/stdlib/erand48_r.c @@ -22,7 +22,7 @@ #include <limits.h> extern int __drand48_iterate(unsigned short xsubi[3], - struct drand48_data *buffer); + struct drand48_data *buffer) attribute_hidden; int erand48_r (xsubi, buffer, result) |
