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>.
This commit is contained in:
Roland McGrath 2002-11-01 04:12:25 +00:00
parent 846f07632c
commit 2ac03c5dae

View File

@ -81,7 +81,7 @@
__v; }))
# endif
#else
# define __bswap_16(x) \
# define __bswap_32(x) \
(__extension__ \
({ register unsigned int __x = (x); __bswap_constant_32 (__x); }))
#endif