summaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/drand48-iter.c2
-rw-r--r--stdlib/drand48.c4
-rw-r--r--stdlib/erand48.c4
-rw-r--r--stdlib/jrand48.c4
-rw-r--r--stdlib/lcong48.c4
-rw-r--r--stdlib/lrand48.c4
-rw-r--r--stdlib/mrand48.c4
-rw-r--r--stdlib/nrand48.c4
-rw-r--r--stdlib/random.c16
-rw-r--r--stdlib/random_r.c2
-rw-r--r--stdlib/seed48.c4
-rw-r--r--stdlib/srand48.c4
12 files changed, 28 insertions, 28 deletions
diff --git a/stdlib/drand48-iter.c b/stdlib/drand48-iter.c
index 65e78eb3ce..6c15b15e1c 100644
--- a/stdlib/drand48-iter.c
+++ b/stdlib/drand48-iter.c
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. */
#include <limits.h>
#include <sys/types.h>
-/* Global state for non-reentrent functions. */
+/* Global state for non-reentrant functions. */
struct drand48_data __libc_drand48_data;
diff --git a/stdlib/drand48.c b/stdlib/drand48.c
index e2d8450044..69e018bbfc 100644
--- a/stdlib/drand48.c
+++ b/stdlib/drand48.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996 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,7 +19,7 @@ Boston, MA 02111-1307, USA. */
#include <stdlib.h>
-/* Global state for non-reentrent functions. Defined in drand48-iter.c. */
+/* Global state for non-reentrant functions. Defined in drand48-iter.c. */
extern struct drand48_data __libc_drand48_data;
double
diff --git a/stdlib/erand48.c b/stdlib/erand48.c
index b63c3bddea..a323d3deab 100644
--- a/stdlib/erand48.c
+++ b/stdlib/erand48.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996 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,7 +19,7 @@ Boston, MA 02111-1307, USA. */
#include <stdlib.h>
-/* Global state for non-reentrent functions. Defined in drand48-iter.c. */
+/* Global state for non-reentrant functions. Defined in drand48-iter.c. */
extern struct drand48_data __libc_drand48_data;
double
diff --git a/stdlib/jrand48.c b/stdlib/jrand48.c
index bdd62fb241..6a02a8606f 100644
--- a/stdlib/jrand48.c
+++ b/stdlib/jrand48.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996 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,7 +19,7 @@ Boston, MA 02111-1307, USA. */
#include <stdlib.h>
-/* Global state for non-reentrent functions. Defined in drand48-iter.c. */
+/* Global state for non-reentrant functions. Defined in drand48-iter.c. */
extern struct drand48_data __libc_drand48_data;
long
diff --git a/stdlib/lcong48.c b/stdlib/lcong48.c
index 7e4d18806f..779dcc7c40 100644
--- a/stdlib/lcong48.c
+++ b/stdlib/lcong48.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996 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,7 +19,7 @@ Boston, MA 02111-1307, USA. */
#include <stdlib.h>
-/* Global state for non-reentrent functions. Defined in drand48-iter.c. */
+/* Global state for non-reentrant functions. Defined in drand48-iter.c. */
extern struct drand48_data __libc_drand48_data;
void
diff --git a/stdlib/lrand48.c b/stdlib/lrand48.c
index a3e6ea1a7d..ff79606bd1 100644
--- a/stdlib/lrand48.c
+++ b/stdlib/lrand48.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996 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,7 +19,7 @@ Boston, MA 02111-1307, USA. */
#include <stdlib.h>
-/* Global state for non-reentrent functions. Defined in drand48-iter.c. */
+/* Global state for non-reentrant functions. Defined in drand48-iter.c. */
extern struct drand48_data __libc_drand48_data;
long
diff --git a/stdlib/mrand48.c b/stdlib/mrand48.c
index e71b23465e..eb69891904 100644
--- a/stdlib/mrand48.c
+++ b/stdlib/mrand48.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996 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,7 +19,7 @@ Boston, MA 02111-1307, USA. */
#include <stdlib.h>
-/* Global state for non-reentrent functions. Defined in drand48-iter.c. */
+/* Global state for non-reentrant functions. Defined in drand48-iter.c. */
extern struct drand48_data __libc_drand48_data;
long
diff --git a/stdlib/nrand48.c b/stdlib/nrand48.c
index 0dd2c2b34f..455892e7ab 100644
--- a/stdlib/nrand48.c
+++ b/stdlib/nrand48.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996 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,7 +19,7 @@ Boston, MA 02111-1307, USA. */
#include <stdlib.h>
-/* Global state for non-reentrent functions. Defined in drand48-iter.c. */
+/* Global state for non-reentrant functions. Defined in drand48-iter.c. */
extern struct drand48_data __libc_drand48_data;
long
diff --git a/stdlib/random.c b/stdlib/random.c
index 6d2ee85f3e..e2b191b696 100644
--- a/stdlib/random.c
+++ b/stdlib/random.c
@@ -19,7 +19,7 @@
* This is derived from the Berkeley source:
* @(#)random.c 5.5 (Berkeley) 7/6/88
* It was reworked for the GNU C Library by Roland McGrath.
- * Rewritten to use reentrent functions by Ulrich Drepper, 1995.
+ * Rewritten to use reentrant functions by Ulrich Drepper, 1995.
*/
#include <limits.h>
@@ -118,13 +118,13 @@ static int32_t randtbl[DEG_3 + 1] =
{
TYPE_3,
- -1726662223, 379960547, 1735697613, 1040273694, 1313901226,
- 1627687941, -179304937, -2073333483, 1780058412, -1989503057,
- -615974602, 344556628, 939512070, -1249116260, 1507946756,
- -812545463, 154635395, 1388815473, -1926676823, 525320961,
- -1009028674, 968117788, -123449607, 1284210865, 435012392,
- -2017506339, -911064859, -370259173, 1132637927, 1398500161,
- -205601318,
+ -1726662223, 379960547, 1735697613, 1040273694, 1313901226,
+ 1627687941, -179304937, -2073333483, 1780058412, -1989503057,
+ -615974602, 344556628, 939512070, -1249116260, 1507946756,
+ -812545463, 154635395, 1388815473, -1926676823, 525320961,
+ -1009028674, 968117788, -123449607, 1284210865, 435012392,
+ -2017506339, -911064859, -370259173, 1132637927, 1398500161,
+ -205601318,
};
diff --git a/stdlib/random_r.c b/stdlib/random_r.c
index 611deaf804..f2fe923143 100644
--- a/stdlib/random_r.c
+++ b/stdlib/random_r.c
@@ -19,7 +19,7 @@
* This is derived from the Berkeley source:
* @(#)random.c 5.5 (Berkeley) 7/6/88
* It was reworked for the GNU C Library by Roland McGrath.
- * Rewritten to be reentrent by Ulrich Drepper, 1995
+ * Rewritten to be reentrant by Ulrich Drepper, 1995
*/
#include <errno.h>
diff --git a/stdlib/seed48.c b/stdlib/seed48.c
index 634f9a72fc..c002f82b21 100644
--- a/stdlib/seed48.c
+++ b/stdlib/seed48.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996 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,7 +19,7 @@ Boston, MA 02111-1307, USA. */
#include <stdlib.h>
-/* Global state for non-reentrent functions. Defined in drand48-iter.c. */
+/* Global state for non-reentrant functions. Defined in drand48-iter.c. */
extern struct drand48_data __libc_drand48_data;
unsigned short int *
diff --git a/stdlib/srand48.c b/stdlib/srand48.c
index 80ada310c3..b9baad99a2 100644
--- a/stdlib/srand48.c
+++ b/stdlib/srand48.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996 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,7 +19,7 @@ Boston, MA 02111-1307, USA. */
#include <stdlib.h>
-/* Global state for non-reentrent functions. Defined in drand48-iter.c. */
+/* Global state for non-reentrant functions. Defined in drand48-iter.c. */
extern struct drand48_data __libc_drand48_data;
void