mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
* string/endian.h: Define new fixed-size hto* and *toh macros only
is __USE_BSD.
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
2008-05-21 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* string/endian.h: Define new fixed-size hto* and *toh macros only
|
||||
is __USE_BSD.
|
||||
|
||||
* iconvdata/Depend: Add localedata.
|
||||
|
||||
2008-05-21 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
|
@ -56,6 +56,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __USE_BSD
|
||||
/* Conversion interfaces. */
|
||||
# include <bits/byteswap.h>
|
||||
|
||||
@ -90,5 +91,6 @@
|
||||
# define be64toh(x) (x)
|
||||
# define le64toh(x) __bswap_64 (x)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#endif /* endian.h */
|
||||
|
Reference in New Issue
Block a user