diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-16 11:47:22 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-16 11:47:22 -0700 |
commit | a26b68566485e96ef8f8bdc71d229d4c6d709ad5 (patch) | |
tree | fa6199d9ea13107d3d0ed8a9d94b70646462a715 /ChangeLog | |
parent | cb2b9ef758924cb55ea2fcdd09c08158bd7c5e5d (diff) | |
download | glibc-a26b68566485e96ef8f8bdc71d229d4c6d709ad5.tar.gz glibc-a26b68566485e96ef8f8bdc71d229d4c6d709ad5.tar.xz glibc-a26b68566485e96ef8f8bdc71d229d4c6d709ad5.zip |
Add x32 support to x86_64/bits/sem.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2c13f35c87..efdbdd59e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2012-05-16 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use + __syscall_ulong_t. + +2012-05-16 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include <bits/wordsize.h>. (msgqnum_t): Use __syscall_ulong_t. |