about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChung-Lin Tang <cltang@codesourcery.com>2015-07-24 23:19:50 -0700
committerChung-Lin Tang <cltang@codesourcery.com>2015-07-24 23:19:50 -0700
commit3f96834346d96c7e31eb00db312832aa933b3a84 (patch)
tree7ba90fcec269057dbe793f9ddf751e9ac5efbed4 /ChangeLog
parent6b183b833968010a95ba41ed307dd8bea7b2e641 (diff)
downloadglibc-3f96834346d96c7e31eb00db312832aa933b3a84.tar.gz
glibc-3f96834346d96c7e31eb00db312832aa933b3a84.tar.xz
glibc-3f96834346d96c7e31eb00db312832aa933b3a84.zip
Fix order of arguments to rt_sigprocmask syscall when setting the signal mask
in setcontext/swapcontext.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c11d03efb3..eadd60fabb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-07-25  Chung-Lin Tang  <cltang@codesourcery.com>
+
+	* sysdeps/unix/sysv/linux/nios2/setcontext.S (__setcontext):
+	Fix order of arguments to the rt_sigprocmask syscall.
+	* sysdeps/unix/sysv/linux/nios2/swapcontext.S (__swapcontext):
+	Likewise.
+
 2015-07-24  Roland McGrath  <roland@hack.frob.com>
 
 	* sysdeps/nacl/bits/fcntl.h (O_SHLOCK, O_EXLOCK): Macros removed.