diff options
| author | Chris Metcalf <cmetcalf@tilera.com> | 2011-12-09 10:47:35 -0500 |
|---|---|---|
| committer | Chris Metcalf <cmetcalf@tilera.com> | 2011-12-09 10:47:35 -0500 |
| commit | 4a93ed423ae14e06ccfa584e99e0dc7b2fa0514d (patch) | |
| tree | a7614bb58cfb420663d5c097241c52bf498812ed /ChangeLog.linux-generic | |
| parent | b21cb02fa2595b22c0e3d6535adc5d156fda88ae (diff) | |
| download | glibc-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-generic | 5 |
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. |
