about summary refs log tree commit diff
path: root/stdlib/erand48_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/erand48_r.c')
-rw-r--r--stdlib/erand48_r.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/erand48_r.c b/stdlib/erand48_r.c
index 958c2e2799..40c3665c74 100644
--- a/stdlib/erand48_r.c
+++ b/stdlib/erand48_r.c
@@ -23,7 +23,7 @@
 
 
 int
-erand48_r (xsubi, buffer, result)
+__erand48_r (xsubi, buffer, result)
      unsigned short int xsubi[3];
      struct drand48_data *buffer;
      double *result;
@@ -50,3 +50,4 @@ erand48_r (xsubi, buffer, result)
 
   return 0;
 }
+weak_alias (__erand48_r, erand48_r)