From 60a23f5a729ce088fb34c42d2c536e0ef6e7fb07 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 17 Oct 2008 15:24:10 +0000 Subject: * elf/Makefile: Add rules to build and run tst-tls17. * elf/tst-tls17.c: New test. * elf/tst-tlsmod17a.c: New file. * elf/tst-tlsmod17b.c: Likewise. --- nscd/connections.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nscd/connections.c') diff --git a/nscd/connections.c b/nscd/connections.c index 54b3864977..e3a67386d0 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -1824,11 +1824,13 @@ main_loop_poll (void) if (have_paccept >= 0) #endif { +#if 0 fd = TEMP_FAILURE_RETRY (paccept (sock, NULL, NULL, NULL, SOCK_NONBLOCK)); #ifndef __ASSUME_PACCEPT if (have_paccept == 0) have_paccept = fd != -1 || errno != ENOSYS ? 1 : -1; +#endif #endif } #ifndef __ASSUME_PACCEPT -- cgit 1.4.1