about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Krebbel <krebbel@linux.vnet.ibm.com>2013-03-05 08:15:33 +0100
committerAndreas Krebbel <krebbel@linux.vnet.ibm.com>2013-03-05 08:15:33 +0100
commitc3e94a953347ecf361ab400111dbb1a62505c7fe (patch)
treede2bc99a46cf759a2160445929e83bf692feb6c4 /ChangeLog
parentcfb6382a4f57226a8c012f67a95ae5502f0dc5b2 (diff)
downloadglibc-c3e94a953347ecf361ab400111dbb1a62505c7fe.tar.gz
glibc-c3e94a953347ecf361ab400111dbb1a62505c7fe.tar.xz
glibc-c3e94a953347ecf361ab400111dbb1a62505c7fe.zip
S/390: Fix rt_sigprocmask syscall invocation in get/set/swapcontext.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bd305b09b..1ff25c0c5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
+
+	* sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
+	fourth parameter needed for rt_sigprocmask syscall.
+	* sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
+	* sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
+	* sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
+	* sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
+	* sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
+	* sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
+
 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
 
 	[BZ #13550]