diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-10-17 15:24:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-10-17 15:24:10 +0000 |
commit | 60a23f5a729ce088fb34c42d2c536e0ef6e7fb07 (patch) | |
tree | b958a941dfaa9d8de06fa485f1bd3b53a62494fc /nscd/connections.c | |
parent | 292eb8177ece7670194f16e0e776eb3a1cd252ae (diff) | |
download | glibc-60a23f5a729ce088fb34c42d2c536e0ef6e7fb07.tar glibc-60a23f5a729ce088fb34c42d2c536e0ef6e7fb07.tar.gz glibc-60a23f5a729ce088fb34c42d2c536e0ef6e7fb07.tar.bz2 glibc-60a23f5a729ce088fb34c42d2c536e0ef6e7fb07.zip |
* elf/Makefile: Add rules to build and run tst-tls17.cvs/fedora-glibc-20081019T1815
* elf/tst-tls17.c: New test.
* elf/tst-tlsmod17a.c: New file.
* elf/tst-tlsmod17b.c: Likewise.
Diffstat (limited to 'nscd/connections.c')
-rw-r--r-- | nscd/connections.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nscd/connections.c b/nscd/connections.c index 54b3864977..e3a67386d0 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -1824,12 +1824,14 @@ 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 if (have_paccept < 0) |