summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-07-21 22:49:22 -0400
committerMike Frysinger <vapier@gentoo.org>2015-07-29 23:14:03 -0400
commit827e01851f9945a12cd62112b94ff096c968eb5d (patch)
tree57bb21ca29a37d7b21df1f6c911eabdf5790d597 /ChangeLog
parent979900af9824932ed1d704323739958f46e08d81 (diff)
hppa: sigaction.h: change sa_flags to an int
This fixes the conform test for the sigaction.h header and makes it match all the other arches.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a19531927..b8d1c338c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,21 @@
2015-07-30 Mike Frysinger <vapier@gentoo.org>
+ * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: Include bits/wordsize.h.
+ (struct sigaction): Change sa_flags from a long to an int, and add
+ __glibc_reserved0 before it for padding when __WORDSIZE is 64.
+
+2015-07-30 Mike Frysinger <vapier@gentoo.org>
+
+ * hppa/sysdep.h: Delete sys/syscall.h and config.h includes.
+ * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: Delete
+ sysdeps/generic/sysdep.h include.
+ * sysdeps/unix/sysv/linux/hppa/sysdep.h: Wrap the whole file in
+ _LINUX_HPPA_SYSDEP_H defines. Include sysdeps/unix/sysdep.h and
+ sysdeps/hppa/sysdep.h.
+ (ENTRY, PSEUDO): Undefine before defining.
+
+2015-07-30 Mike Frysinger <vapier@gentoo.org>
+
* sysdeps/unix/sysv/linux/hppa/sysdep.h (INLINE_SYSCALL): Rewrite
from scratch to use INTERNAL_SYSCALL.