summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-07-21 22:40:25 -0400
committerMike Frysinger <vapier@gentoo.org>2015-07-21 22:40:25 -0400
commit1a5cb6c7d59d55fa8b50f0af27ad5091afc760d8 (patch)
treec798f1984336f085bf8f4b860018d471da15dc28 /ChangeLog
parent15fdf937b4c6a916b3bd305c7cfc37e03ed67e67 (diff)
ia64: sifaction.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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82d6ac85da..1addad6629 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2015-07-22 Mike Frysinger <vapier@gentoo.org>
+ * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (struct sigaction):
+ Change sa_flags from a long to an int and add __glibc_reserved0 before
+ it for padding.
+
+2015-07-22 Mike Frysinger <vapier@gentoo.org>
+
* sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (siginfo_t): Make struct
anonymous by deleting "siginfo" name.