OSDN Git Service

Last portion of libc_hidden_proto removal.
[uclinux-h8/uClibc.git] / libc / stdlib / jrand48_r.c
index fe77c3c..da2a150 100644 (file)
@@ -22,7 +22,7 @@
 extern int __drand48_iterate(unsigned short xsubi[3],
        struct drand48_data *buffer) attribute_hidden;
 
-libc_hidden_proto(jrand48_r)
+/* libc_hidden_proto(jrand48_r) */
 int jrand48_r (unsigned short int xsubi[3], struct drand48_data *buffer, long int *result)
 {
     /* Compute next state.  */