]> git.ipfire.org Git - thirdparty/glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 16 May 2003 22:09:32 +0000 (22:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 16 May 2003 22:09:32 +0000 (22:09 +0000)
commit7ac5b8e2fae145766821d141cf892bbfa50d6618
treeb72d74efac9467f44f10503be7abd9531bb4f370
parentbc58c14e334a40141d84b7951c5875cef96b1a2b
Update.

* pthread_join.c (pthread_join): Set tid field of the joined
thread to -1.  This isn't necessary but helps to recognize some
error conditions with almost no cost.

* allocatestack.c (FREE_P): Also negative values indicate an
unused stack.
nptl/ChangeLog
nptl/allocatestack.c
nptl/pthread_join.c