summary refs log tree commit diff
path: root/stdlib/lrand48_r.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/lrand48_r.c')
-rw-r--r--stdlib/lrand48_r.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/lrand48_r.c b/stdlib/lrand48_r.c
index 40df2941c1..4890923a74 100644
--- a/stdlib/lrand48_r.c
+++ b/stdlib/lrand48_r.c
@@ -28,5 +28,5 @@ lrand48_r (buffer, result)
   if (buffer == NULL)
    return -1;
 
-  return nrand48_r (buffer->x, buffer, result);
+  return __nrand48_r (buffer->x, buffer, result);
 }