From 450f92eb7165131ff3fdb2f80ec2fc65254f5ccb Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 2 Dec 2005 01:52:28 +0000 Subject: Merge from trunk. --- libc/stdlib/jrand48_r.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/stdlib/jrand48_r.c') diff --git a/libc/stdlib/jrand48_r.c b/libc/stdlib/jrand48_r.c index 86d1ba363..d8c37cdbc 100644 --- a/libc/stdlib/jrand48_r.c +++ b/libc/stdlib/jrand48_r.c @@ -20,7 +20,7 @@ #include extern int __drand48_iterate(unsigned short xsubi[3], - struct drand48_data *buffer); + struct drand48_data *buffer) attribute_hidden; int jrand48_r (xsubi, buffer, result) unsigned short int xsubi[3]; -- cgit v1.2.3