about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-03-16 21:02:54 -0700
committerDavid S. Miller <davem@davemloft.net>2012-03-16 21:02:54 -0700
commit77e927affd576fcbb751144f60b098b7f0427045 (patch)
tree46701a3b497e9ab1a5b6e909915e33a256008cfc /ChangeLog
parent7e7fa5f8719c0a497f4b262e6fb5625c13b6c22e (diff)
downloadglibc-77e927affd576fcbb751144f60b098b7f0427045.tar.gz
glibc-77e927affd576fcbb751144f60b098b7f0427045.tar.xz
glibc-77e927affd576fcbb751144f60b098b7f0427045.zip
Fix warnings when uintptr_t is larger than int.
	* sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
	warnings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df662af998..c58e919738 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-03-16  David S. Miller  <davem@davemloft.net>
 
+	* sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
+	warnings.
+
 	[BZ #6471]
 	* sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
 	properly.