mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Make endian.h usable for assembler
This commit is contained in:
parent
929cc14e20
commit
36d54b744e
@ -1,3 +1,8 @@
|
||||
2012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
|
||||
|
||||
* string/endian.h: Add !__ASSEMBLER__ condition for including
|
||||
conversion interfaces.
|
||||
|
||||
2012-06-15 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
[BZ #14241]
|
||||
|
@ -55,7 +55,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __USE_BSD
|
||||
#if defined __USE_BSD && !defined __ASSEMBLER__
|
||||
/* Conversion interfaces. */
|
||||
# include <bits/byteswap.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user