diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-16 13:01:32 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-16 13:01:32 -0700 |
commit | a637753a56c194a410ea173b635293d555f04b4e (patch) | |
tree | ae2fc6ecc6f2a6c12ccaa91ee9b24d979f7a00b0 /ChangeLog | |
parent | d5e051198503e74256b72fee7b93e681f1de6b57 (diff) | |
download | glibc-a637753a56c194a410ea173b635293d555f04b4e.tar.gz glibc-a637753a56c194a410ea173b635293d555f04b4e.tar.xz glibc-a637753a56c194a410ea173b635293d555f04b4e.zip |
Use __syscall_ulong_t in bits/ipc.h
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 738be2d85a..774969ae15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2012-05-16 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use + __syscall_ulong_t. + +2012-05-16 H.J. Lu <hongjiu.lu@intel.com> + * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't include <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE. |