mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
Bump timeout for utmp operations to 10s.
This commit is contained in:
parent
801720e63b
commit
5debe36313
@ -1,5 +1,8 @@
|
|||||||
2009-10-29 Ulrich Drepper <drepper@redhat.com>
|
2009-10-29 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
[BZ #10564]
|
||||||
|
* login/utmp_file.c (TIMEOUT): Increase to 10.
|
||||||
|
|
||||||
[BZ #10609]
|
[BZ #10609]
|
||||||
* sysdeps/unix/sysv/linux/faccessat.c: Fix handling of empty parameters
|
* sysdeps/unix/sysv/linux/faccessat.c: Fix handling of empty parameters
|
||||||
for file names in case the syscall is not available.
|
for file names in case the syscall is not available.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* Copyright (C) 1996-2004, 2007, 2008 Free Software Foundation, Inc.
|
/* Copyright (C) 1996-2004, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
Contributed by Ulrich Drepper <drepper@cygnus.com>
|
Contributed by Ulrich Drepper <drepper@cygnus.com>
|
||||||
and Paul Janzen <pcj@primenet.com>, 1996.
|
and Paul Janzen <pcj@primenet.com>, 1996.
|
||||||
@ -45,7 +45,7 @@ static struct utmp last_entry;
|
|||||||
|
|
||||||
/* Locking timeout. */
|
/* Locking timeout. */
|
||||||
#ifndef TIMEOUT
|
#ifndef TIMEOUT
|
||||||
# define TIMEOUT 1
|
# define TIMEOUT 10
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Do-nothing handler for locking timeout. */
|
/* Do-nothing handler for locking timeout. */
|
||||||
|
Loading…
Reference in New Issue
Block a user