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 | d28b1ddd3d55d6aad75bccbe9211645dffa9e105 (patch) | |
tree | 4ae221c670c6595d57b139cdc0a3c7a7ca13bc79 /sysdeps | |
parent | ea6390b2f20a03b7d504bc68a1c95e645d271149 (diff) | |
parent | 76af844177c2bacd7a39e865cf0bbe484a68ddb8 (diff) |
Merge branch '__pthread_destroy_specific-PTHREAD_KEY_INVALID'
Conflicts:
tests/Makefile
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) |