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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/lrand48_r.c b/stdlib/lrand48_r.c
index 4890923a74..e1fe56cf80 100644
--- a/stdlib/lrand48_r.c
+++ b/stdlib/lrand48_r.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1997, 1998, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
 
@@ -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);
 }