aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.linux-generic
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2011-12-09 10:47:35 -0500
committerChris Metcalf <cmetcalf@tilera.com>2011-12-09 10:47:35 -0500
commit4a93ed423ae14e06ccfa584e99e0dc7b2fa0514d (patch)
treea7614bb58cfb420663d5c097241c52bf498812ed /ChangeLog.linux-generic
parentb21cb02fa2595b22c0e3d6535adc5d156fda88ae (diff)
downloadglibc-4a93ed423ae14e06ccfa584e99e0dc7b2fa0514d.tar.xz
glibc-4a93ed423ae14e06ccfa584e99e0dc7b2fa0514d.zip
linux-generic: add <bits/msq.h> and <bits/shm.h>.
Just like the other architectures, we need to avoid adding the padding fields for the time_t fields in shmid_ds and msqid_ds. The linux-generic versions are exactly like the x86_64 versions, except I added a missing #include <bits/wordsize.h> in <bits/msq.h>.
Diffstat (limited to 'ChangeLog.linux-generic')
-rw-r--r--ChangeLog.linux-generic5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.linux-generic b/ChangeLog.linux-generic
index 30ca51d6ac..4a0b9084c5 100644
--- a/ChangeLog.linux-generic
+++ b/ChangeLog.linux-generic
@@ -1,3 +1,8 @@
+2011-12-09 Chris Metcalf <cmetcalf@tilera.com>
+
+ * sysdeps/unix/sysv/linux/generic/bits/msq.h: New file.
+ * sysdeps/unix/sysv/linux/generic/bits/shm.h: New file.
+
2011-12-03 Chris Metcalf <cmetcalf@tilera.com>
* sysdeps/unix/sysv/linux/generic/Makefile: New file.