summaryrefslogtreecommitdiff
path: root/libc/stdlib
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-10-22 19:51:30 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2009-10-22 19:51:30 +0000
commitea8e518cdce77a310763a69aedf67f2c9853d7ca (patch)
tree5cc487ed66dab9b1929f0583c8787ce61ff0c16e /libc/stdlib
parent64245cd1d519cb74af7ccf3f95ed7f0fcbdc63cd (diff)
Merge changes between r9028 and r9122 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@9123 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/stdlib')
-rw-r--r--libc/stdlib/rand_r.c4
-rw-r--r--libc/stdlib/random_r.c6
2 files changed, 4 insertions, 6 deletions
diff --git a/libc/stdlib/rand_r.c b/libc/stdlib/rand_r.c
index 3d49c92de..6a35112f2 100644
--- a/libc/stdlib/rand_r.c
+++ b/libc/stdlib/rand_r.c
@@ -1,5 +1,5 @@
-/* Reentrant random function frm POSIX.1c.
- Copyright (C) 1996, 1999 Free Software Foundation, Inc.
+/* Reentrant random function from POSIX.1c.
+ Copyright (C) 1996, 1999, 2009 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/stdlib/random_r.c b/libc/stdlib/random_r.c
index a30055f59..90a157f9c 100644
--- a/libc/stdlib/random_r.c
+++ b/libc/stdlib/random_r.c
@@ -255,10 +255,8 @@ __initstate_r (seed, arg_state, n, buf)
else if (n < BREAK_1)
{
if (n < BREAK_0)
- {
- __set_errno (EINVAL);
- goto fail;
- }
+ goto fail;
+
type = TYPE_0;
}
else