diff options
author | Roland McGrath <roland@gnu.org> | 2002-11-01 04:12:30 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-11-01 04:12:30 +0000 |
commit | aa9937f78c2a5c3b1496888e06b1925a4bd1aba8 (patch) | |
tree | f53b603d0ed41bc34d8cb101629b0582e2a49588 | |
parent | 2ac03c5daea3dea5fbe188dcf539905cc82ac325 (diff) | |
download | glibc-aa9937f78c2a5c3b1496888e06b1925a4bd1aba8.tar.gz glibc-aa9937f78c2a5c3b1496888e06b1925a4bd1aba8.tar.xz glibc-aa9937f78c2a5c3b1496888e06b1925a4bd1aba8.zip |
* sysdeps/i386/bits/byteswap.h [__GNUC__ < 2] (__bswap_32):
Renamed from __bswap_16 (typo fix). Reported by <dens@stl.sarov.ru>.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index cc1556f3c8..271e451301 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-31 Roland McGrath <roland@redhat.com> + + * sysdeps/i386/bits/byteswap.h [__GNUC__ < 2] (__bswap_32): + Renamed from __bswap_16 (typo fix). Reported by <dens@stl.sarov.ru>. + 2002-10-30 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Add -D for each |