2000-09-28  Ulrich Drepper  <drepper@redhat.com>

	* cancel.c (pthread_cancel): Don't do anything if cancelation is
	disabled.
This commit is contained in:
Ulrich Drepper 2000-09-28 22:47:06 +00:00
parent b2884f159d
commit 8cab1d380a
1 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-09-28 Ulrich Drepper <drepper@redhat.com>
* cancel.c (pthread_cancel): Don't do anything if cancelation is
disabled.
2000-09-26 Ulrich Drepper <drepper@redhat.com>
* spinlock.h (__pthread_set_own_extricate_if): Optimize a bit.