]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog.old-ports-linux-generic
linux-generic: add <bits/msq.h> and <bits/shm.h>.
authorChris Metcalf <cmetcalf@tilera.com>
Fri, 9 Dec 2011 15:47:35 +0000 (10:47 -0500)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 9 Dec 2011 15:47:35 +0000 (10:47 -0500)
commit4a93ed423ae14e06ccfa584e99e0dc7b2fa0514d
treea7614bb58cfb420663d5c097241c52bf498812ed
parentb21cb02fa2595b22c0e3d6535adc5d156fda88ae
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>.
ChangeLog.linux-generic
sysdeps/unix/sysv/linux/generic/bits/msq.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/generic/bits/shm.h [new file with mode: 0644]