about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-05-16 10:22:18 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-05-16 10:22:18 -0700
commit180be88bf57c967a66e7152e58147a01d78a63cc (patch)
treea8bb7db7e6eb29da0043ad6c373176a6b72a3292 /ChangeLog
parent5e90c8ad55a1196846e2b06e3f6a6d3c805542e0 (diff)
downloadglibc-180be88bf57c967a66e7152e58147a01d78a63cc.tar.gz
glibc-180be88bf57c967a66e7152e58147a01d78a63cc.tar.xz
glibc-180be88bf57c967a66e7152e58147a01d78a63cc.zip
Replace long int with __syscall_slong_t in sys/msg.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52507ca721..afe5501aa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* sysvipc/sys/msg.h (msgbuf): Replace long int with
+	__syscall_slong_t.
+
+2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
 	include <bits/wordsize.h>.  Check __x86_64__ instead of
 	__WORDSIZE.