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 | a1a10da44a300bc501582db93280f257b2f87386 (patch) | |
tree | 979a13be66f9724f56509208090beda7e9233498 /sysdeps/hurd/pt-destroy-specific.c | |
parent | 384808e214350e3f4cae9fdabde70aea410c4a21 (diff) | |
parent | 25325144b5fcb0ec9ceec13cfc9131642ad074dc (diff) |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/libpthread
Diffstat (limited to 'sysdeps/hurd/pt-destroy-specific.c')
-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 23c7fbc0..f7896e5e 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) |