OSDN Git Service

Merge commit 'origin/master' into prelink
[uclinux-h8/uClibc.git] / libc / stdlib / erand48.c
index f5c1a50..ee28d96 100644 (file)
@@ -17,9 +17,9 @@
    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
    02111-1307 USA.  */
 
-#define erand48_r __erand48_r
 #include <stdlib.h>
 
+
 /* Global state for non-reentrant functions.  Defined in drand48-iter.c.  */
 extern struct drand48_data __libc_drand48_data attribute_hidden;