diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-11-06 10:54:59 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-11-06 10:54:59 +0100 |
commit | 25325144b5fcb0ec9ceec13cfc9131642ad074dc (patch) | |
tree | 0c4e2a2b1c3385a036b9821c6eb9c8070c9d2629 /sysdeps/hurd/pt-destroy-specific.c | |
parent | 710717fec5f135c65a2856fd2e2360d99742e058 (diff) | |
parent | c3ef50224c88053e40017665abc2628d0931f6c5 (diff) |
Merge branch '__pthread_destroy_specific-PTHREAD_KEY_INVALID'
Conflicts:
tests/Makefile
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) |