summaryrefslogtreecommitdiff
path: root/libc/stdlib/erand48_r.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-26 01:14:13 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-26 01:14:13 +0000
commit83b2918ebe75fe7c3ee54c3a33bd8cc10234db8c (patch)
treeafd209037c1f52762f36684c5816251c280bcc3b /libc/stdlib/erand48_r.c
parent905b94adb175aacee1aaaed4ef48f99da7447d3e (diff)
Some more hidden internals
Diffstat (limited to 'libc/stdlib/erand48_r.c')
-rw-r--r--libc/stdlib/erand48_r.c2
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)