CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2011/07/03 09:26:44
Modified files: lib/libpthread/uthread: uthread_spec.c Log message: In pthread_key_delete(), only scan other threads if the key was allocated and handle the case of specific_data being NULL. Pointed out by fgsch@, ok tedu@