about summary refs log tree commit diff
path: root/stdlib/lcong48.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/lcong48.c')
-rw-r--r--stdlib/lcong48.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/lcong48.c b/stdlib/lcong48.c
index a9ef571867..b6e41704ac 100644
--- a/stdlib/lcong48.c
+++ b/stdlib/lcong48.c
@@ -26,5 +26,5 @@ void
 lcong48 (param)
      unsigned short int param[7];
 {
-  (void) lcong48_r (param, &__libc_drand48_data);
+  (void) __lcong48_r (param, &__libc_drand48_data);
 }