diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-09-07 09:04:06 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-09-07 09:04:06 +0000 |
commit | bdae5218097f2181710cf9058248e4c549c6ec84 (patch) | |
tree | 9d4008aa1d1cbfffbbd2e7525fc0c2630a44cb16 /resolv/gai_suspend.c | |
parent | fcaea48fef6d82c56461654248e97d0816431d2e (diff) | |
download | glibc-bdae5218097f2181710cf9058248e4c549c6ec84.tar.gz glibc-bdae5218097f2181710cf9058248e4c549c6ec84.tar.xz glibc-bdae5218097f2181710cf9058248e4c549c6ec84.zip |
Updated to fedora-glibc-20060907T0853
Diffstat (limited to 'resolv/gai_suspend.c')
-rw-r--r-- | resolv/gai_suspend.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resolv/gai_suspend.c b/resolv/gai_suspend.c index c2095124b7..4d85ac2c10 100644 --- a/resolv/gai_suspend.c +++ b/resolv/gai_suspend.c @@ -83,6 +83,7 @@ gai_suspend (const struct gaicb *const list[], int ent, pthread_setcancelstate (PTHREAD_CANCEL_DISABLE, &oldstate); #ifdef DONT_NEED_GAI_MISC_COND + result = 0; GAI_MISC_WAIT (result, cntr, timeout, 1); #else if (timeout == NULL) |