mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-13 19:21:36 +03:00
Remove duplicate __set_errno call in random_r.c.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user