summaryrefslogtreecommitdiffstats
path: root/meta/packages/glibc/glibc-2.4/arm-longlong.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/glibc/glibc-2.4/arm-longlong.patch')
-rw-r--r--meta/packages/glibc/glibc-2.4/arm-longlong.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/glibc/glibc-2.4/arm-longlong.patch b/meta/packages/glibc/glibc-2.4/arm-longlong.patch
index 320a55524c..28aca83dff 100644
--- a/meta/packages/glibc/glibc-2.4/arm-longlong.patch
+++ b/meta/packages/glibc/glibc-2.4/arm-longlong.patch
@@ -54,5 +54,5 @@
54+#if defined(__ARM_ARCH_5__) || defined(__ARM_ARCH_5T__) || defined(__ARM_ARCH_5TE__) 54+#if defined(__ARM_ARCH_5__) || defined(__ARM_ARCH_5T__) || defined(__ARM_ARCH_5TE__)
55+/* Nothing required. */ 55+/* Nothing required. */
56+#else 56+#else
57+#include <sysdeps/generic/mp_clz_tab.c> 57+#include <stdlib/mp_clz_tab.c>
58+#endif 58+#endif