about summary refs log tree commit diff
path: root/stdlib/seed48_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/seed48_r.c')
-rw-r--r--stdlib/seed48_r.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/seed48_r.c b/stdlib/seed48_r.c
index 186d96cdd3..31a5856a94 100644
--- a/stdlib/seed48_r.c
+++ b/stdlib/seed48_r.c
@@ -21,7 +21,7 @@
 #include <string.h>
 
 int
-seed48_r (seed16v, buffer)
+__seed48_r (seed16v, buffer)
      unsigned short int seed16v[3];
      struct drand48_data *buffer;
 {
@@ -51,3 +51,4 @@ seed48_r (seed16v, buffer)
 
   return 0;
 }
+weak_alias (__seed48_r, seed48_r)