diff options
author | David S. Miller <davem@davemloft.net> | 2012-03-16 21:02:54 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-16 21:02:54 -0700 |
commit | 77e927affd576fcbb751144f60b098b7f0427045 (patch) | |
tree | 46701a3b497e9ab1a5b6e909915e33a256008cfc /ChangeLog | |
parent | 7e7fa5f8719c0a497f4b262e6fb5625c13b6c22e (diff) | |
download | glibc-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-- | ChangeLog | 3 |
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. |