diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-11-06 13:17:28 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-11-06 13:17:28 +0100 |
commit | c435d75fb51989c2fa80c179600d19222d03c12d (patch) | |
tree | db2ae82cd98b163cad0e4b8f942edc1ffdd7f48c /sysdeps | |
parent | 56e25a91e9e25eba8da099efa89c3c487c3490cf (diff) | |
parent | d28b1ddd3d55d6aad75bccbe9211645dffa9e105 (diff) |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/libpthread
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/hurd/pt-destroy-specific.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/hurd/pt-destroy-specific.c b/sysdeps/hurd/pt-destroy-specific.c index 23c7fbc..f7896e5 100644 --- a/sysdeps/hurd/pt-destroy-specific.c +++ b/sysdeps/hurd/pt-destroy-specific.c @@ -48,7 +48,7 @@ __pthread_destroy_specific (struct __pthread *thread) void *value; if (__pthread_key_destructors[i] == PTHREAD_KEY_INVALID) - break; + continue; value = hurd_ihash_find (thread->thread_specifics, i); if (value) |