diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-02-15 22:53:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-02-15 22:53:48 +0000 |
commit | 477495be41d516c15cbf509c00cff2a22a7c2c6c (patch) | |
tree | 3fdec13d3195dda7679235bb70f9dcf5b8b0b075 /ChangeLog | |
parent | e24202c3a944e2364a39f90982c5bd2ecd4bb30b (diff) | |
download | glibc-477495be41d516c15cbf509c00cff2a22a7c2c6c.tar.gz glibc-477495be41d516c15cbf509c00cff2a22a7c2c6c.tar.xz glibc-477495be41d516c15cbf509c00cff2a22a7c2c6c.zip |
* sysdeps/generic/bits/byteswap.h: Make sure result of all the
functions and macros is unsigned.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b85450bccb..c537268fc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-02-15 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/generic/bits/byteswap.h: Make sure result of all the + functions and macros is unsigned. + 2005-02-11 Barry deFrese <bddebian@comcast.net> [BZ #722] |