mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 11:20:07 +00:00
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:
parent
846f07632c
commit
2ac03c5dae
@ -81,7 +81,7 @@
|
|||||||
__v; }))
|
__v; }))
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
# define __bswap_16(x) \
|
# define __bswap_32(x) \
|
||||||
(__extension__ \
|
(__extension__ \
|
||||||
({ register unsigned int __x = (x); __bswap_constant_32 (__x); }))
|
({ register unsigned int __x = (x); __bswap_constant_32 (__x); }))
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user