diff options
Diffstat (limited to 'stdlib/seed48.c')
-rw-r--r-- | stdlib/seed48.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/seed48.c b/stdlib/seed48.c index f8f31b24c9..19bb215529 100644 --- a/stdlib/seed48.c +++ b/stdlib/seed48.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +/* Copyright (C) 1995, 1996, 1997, 1998 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 @@ seed48 (seed16v) { (void) __seed48_r (seed16v, &__libc_drand48_data); - return __libc_drand48_data.old_X; + return __libc_drand48_data.old_x; } |