diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-16 11:45:19 -0700 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-16 11:45:19 -0700 |
| commit | cb2b9ef758924cb55ea2fcdd09c08158bd7c5e5d (patch) | |
| tree | c2b5ccf92e81b409e8abdbfa9910f842ee4f5bbb /ChangeLog | |
| parent | 34683bb01bd2c65e1d124bf54e13f3c54779efd0 (diff) | |
| download | glibc-cb2b9ef758924cb55ea2fcdd09c08158bd7c5e5d.tar.xz glibc-cb2b9ef758924cb55ea2fcdd09c08158bd7c5e5d.zip | |
Add x32 support to x86_64/bits/msq.h
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 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. + (msglen_t): Likewise. + (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use + __syscall_ulong_t. + +2012-05-16 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE. |
