aboutsummaryrefslogtreecommitdiff
path: root/package/libs/libunwind/patches/005-loongarch64-musl.pattch
blob: bb961bdfad23cfe854054286dc82514d4dab4592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/src/loongarch64/getcontext.S
+++ b/src/loongarch64/getcontext.S
@@ -25,7 +25,9 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING
 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  */
 
 #include "offsets.h"
+#ifdef __GLIBC__
 #include <endian.h>
+#endif
 	.text
 
 #define SREG(X) st.d $r##X, $r4, (LINUX_UC_MCONTEXT_GREGS + 8 * X)