summaryrefslogtreecommitdiff
path: root/stdlib/drand48_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/drand48_r.c')
-rw-r--r--stdlib/drand48_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/drand48_r.c b/stdlib/drand48_r.c
index 27d6b5c55f..7ce500a998 100644
--- a/stdlib/drand48_r.c
+++ b/stdlib/drand48_r.c
@@ -26,5 +26,5 @@ drand48_r (buffer, result)
struct drand48_data *buffer;
double *result;
{
- return erand48_r (buffer->X, buffer, result);
+ return __erand48_r (buffer->X, buffer, result);
}