View | Details | Raw Unified | Return to bug 243546 | Differences between
and this patch

Collapse All | Expand All

(-)devel/elfutils/files/patch-lib_eu-config.h (-1 / +7 lines)
Lines 1-6 Link Here
1
--- lib/eu-config.h.orig	2015-06-11 11:38:55 UTC
1
--- lib/eu-config.h.orig	2015-06-11 11:38:55 UTC
2
+++ lib/eu-config.h
2
+++ lib/eu-config.h
3
@@ -187,4 +187,171 @@ asm (".section predict_data, \"aw\"; .pr
3
@@ -187,4 +187,177 @@ asm (".section predict_data, \"aw\"; .pr
4
 #endif
4
 #endif
5
 
5
 
6
 
6
 
Lines 131-139 Link Here
131
+#define	bswap_64	bswap64
131
+#define	bswap_64	bswap64
132
+
132
+
133
+#define	fputc_unlocked	putc_unlocked
133
+#define	fputc_unlocked	putc_unlocked
134
+#ifndef fputs_unlocked
134
+#define	fputs_unlocked	fputs
135
+#define	fputs_unlocked	fputs
136
+#endif
137
+#ifndef fwrite_unlocked
135
+#define	fwrite_unlocked	fwrite
138
+#define	fwrite_unlocked	fwrite
139
+#endif
140
+#ifndef fread_unlocked
136
+#define	fread_unlocked	fread
141
+#define	fread_unlocked	fread
142
+#endif
137
+
143
+
138
+#ifndef	__BYTE_ORDER
144
+#ifndef	__BYTE_ORDER
139
+#define	__BYTE_ORDER	_BYTE_ORDER
145
+#define	__BYTE_ORDER	_BYTE_ORDER

Return to bug 243546