mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
Make endian.h usable for assembler
This commit is contained in:
committed by
Andreas Jaeger
parent
929cc14e20
commit
36d54b744e
@ -55,7 +55,7 @@
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __USE_BSD
|
||||
#if defined __USE_BSD && !defined __ASSEMBLER__
|
||||
/* Conversion interfaces. */
|
||||
# include <bits/byteswap.h>
|
||||
|
||||
|
Reference in New Issue
Block a user