summaryrefslogtreecommitdiff
path: root/stdlib/mrand48.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/mrand48.c')
-rw-r--r--stdlib/mrand48.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/stdlib/mrand48.c b/stdlib/mrand48.c
index 09c9666729..cb60191110 100644
--- a/stdlib/mrand48.c
+++ b/stdlib/mrand48.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 1998, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997,1998,2001,2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, August 1995.
@@ -19,8 +19,6 @@
#include <stdlib.h>
-/* Global state for non-reentrant functions. Defined in drand48-iter.c. */
-extern struct drand48_data __libc_drand48_data;
long int
mrand48 ()