OSDN Git Service

support building out-of-tree
[uclinux-h8/uClibc.git] / libc / stdlib / seed48.c
index 3de07aa..c688c1a 100644 (file)
    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])