]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 10 Apr 2001 21:46:48 +0000 (21:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 10 Apr 2001 21:46:48 +0000 (21:46 +0000)
commit58f46c794a3dc049ae8c53dab76d83ea23408479
tree5695211b81ee73dc571857728e377b59a6938d92
parentbf9d1166a06c7181e50d7d5c9a2cde665007ee1d
Update.

2001-04-10  Martin Schwidefsky  <schwidefsky@de.ibm.com>

* sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Fix return
value of getcontext.
* sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
* sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Fix return
value of setcontext.
* sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
* sysdeps/unix/sysv/linux/s390/swapcontext.c: Skip setcontext
call by changing the saved context.
18 files changed:
ChangeLog
linuxthreads/ChangeLog
linuxthreads/Makefile
linuxthreads/cancel.c
linuxthreads/condvar.c
linuxthreads/internals.h
linuxthreads/join.c
linuxthreads/manager.c
linuxthreads/oldsemaphore.c
linuxthreads/pthread.c
linuxthreads/ptlongjmp.c
linuxthreads/semaphore.c
linuxthreads/tst-cancel.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S
sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S
sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
sysdeps/unix/sysv/linux/s390/swapcontext.c