]> git.ipfire.org Git - thirdparty/glibc.git/commit - nptl/sysdeps/unix/sysv/linux/pthread_kill.c
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 21 Feb 2003 21:07:28 +0000 (21:07 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 21 Feb 2003 21:07:28 +0000 (21:07 +0000)
commite814f74891ae248ee9d1a8d3caba9133c540e591
treeca1e4bdf36e852e5121bfc12a47a16cfc16c59cf
parentab2d98e38e085f83fca961876dd6c0e176f52be1
Update.

* pthread_cancel.c (pthread_cancel): Use tkill directly.

* sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill):
Disallow sending SIGCANCEL.

tst-kill3, tst-kill4, tst-kill5.
* tst-kill1.c: New file.
* tst-kill2.c: New file.
* tst-kill3.c: New file.
* tst-kill5.c: New file.
* tst-basic7.c: Renamed to...
* tst-kill4.c: ...this.
nptl/ChangeLog
nptl/pthread_cancel.c
nptl/sysdeps/unix/sysv/linux/pthread_kill.c
nptl/tst-kill5.c [new file with mode: 0644]