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.zip glibc-77e927affd576fcbb751144f60b098b7f0427045.tar.gz glibc-77e927affd576fcbb751144f60b098b7f0427045.tar.bz2 |
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
@@ -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. |