]> git.ipfire.org Git - thirdparty/glibc.git/commit - nptl/ChangeLog
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 3 Jan 2003 01:35:14 +0000 (01:35 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 3 Jan 2003 01:35:14 +0000 (01:35 +0000)
commitbf293afeca043b28fd1d07e179106f337aa9ec58
treecbd15671dfeef397742c9b34a136ac8345d13a54
parentb0c9067d7b93d240363167e0778a86eae939eb4d
Update.

2003-01-02  Jakub Jelinek  <jakub@redhat.com>

* sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction,
sigaction): Protect weak_alias and libc_hidden_weak with
#ifndef LIBC_SIGACTION.
* sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction,
sigaction): Likewise.
* sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction,
sigaction): Likewise.
* sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction,
sigaction): Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction,
sigaction): Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction,
sigaction): Likewise.
* sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction,
sigaction): Likewise.
* sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction,
sigaction): Likewise.  Remove SIGCANCEL handling here.
* sysdeps/unix/sysv/linux/sigaction.c (__sigaction, sigaction):
Likewise.
44 files changed:
ChangeLog
linuxthreads/ChangeLog
linuxthreads/Makefile
linuxthreads/Versions
linuxthreads/forward.c
linuxthreads/internals.h
linuxthreads/libc-cancellation.c
linuxthreads/ptfork.c
linuxthreads/pthread.c
linuxthreads/ptlongjmp.c
linuxthreads/signals.c
linuxthreads/sysdeps/pthread/bits/libc-lock.h
linuxthreads/sysdeps/pthread/bits/pthreadtypes.h
linuxthreads/sysdeps/pthread/pthread.h
linuxthreads/sysdeps/pthread/sigaction.c [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/fork.c
linuxthreads/sysdeps/unix/sysv/linux/jmp-unwind.c
linuxthreads/sysdeps/unix/sysv/linux/raise.c [new file with mode: 0644]
linuxthreads/sysdeps/unix/sysv/linux/sigwait.c [new file with mode: 0644]
linuxthreads/tst-cancel-static.c [new file with mode: 0644]
linuxthreads/tst-cancel-wrappers.sh
nptl/ChangeLog
nptl/Makefile
nptl/Versions
nptl/forward.c
nptl/init.c
nptl/old_pthread_cond_broadcast.c
nptl/old_pthread_cond_destroy.c
nptl/old_pthread_cond_init.c
nptl/old_pthread_cond_signal.c
nptl/old_pthread_cond_wait.c
nptl/pthreadP.h
nptl/pthread_cond_destroy.c
nptl/pthread_cond_init.c
nptl/sysdeps/pthread/sigaction.c
sysdeps/unix/sysv/linux/arm/sigaction.c
sysdeps/unix/sysv/linux/i386/sigaction.c
sysdeps/unix/sysv/linux/ia64/sigaction.c
sysdeps/unix/sysv/linux/mips/sigaction.c
sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c
sysdeps/unix/sysv/linux/sigaction.c
sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
sysdeps/unix/sysv/linux/x86_64/sigaction.c