mirror of git://sourceware.org/git/glibc.git
* nscd/connections.c: Disable use of paccept for now.
This commit is contained in:
parent
8ec2550e18
commit
3452ded520
|
|
@ -1,3 +1,7 @@
|
||||||
|
2008-09-30 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* nscd/connections.c: Disable use of paccept for now.
|
||||||
|
|
||||||
2008-09-29 Ulrich Drepper <drepper@redhat.com>
|
2008-09-29 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* socket/Versions: Remove paccept export for GLIBC_2.9.
|
* socket/Versions: Remove paccept export for GLIBC_2.9.
|
||||||
|
|
|
||||||
|
|
@ -239,7 +239,7 @@ static int resolv_conf_descr = -1;
|
||||||
before be know the result. */
|
before be know the result. */
|
||||||
static int have_sock_cloexec;
|
static int have_sock_cloexec;
|
||||||
/* The paccept syscall was introduced at the same time as SOCK_CLOEXEC. */
|
/* The paccept syscall was introduced at the same time as SOCK_CLOEXEC. */
|
||||||
# define have_paccept have_sock_cloexec
|
# define have_paccept -1 // XXX For the time being there is no such call
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Number of times clients had to wait. */
|
/* Number of times clients had to wait. */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue