summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/uclibc/files/0.9.26/uclibc-0.9.26-arm-dl-sysdep.patch')
-rw-r--r--dev-libs/uclibc/files/0.9.26/uclibc-0.9.26-arm-dl-sysdep.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-libs/uclibc/files/0.9.26/uclibc-0.9.26-arm-dl-sysdep.patch b/dev-libs/uclibc/files/0.9.26/uclibc-0.9.26-arm-dl-sysdep.patch
new file mode 100644
index 000000000000..a1b50c0aa5aa
--- /dev/null
+++ b/dev-libs/uclibc/files/0.9.26/uclibc-0.9.26-arm-dl-sysdep.patch
@@ -0,0 +1,23 @@
+Index: ldso/ldso/arm/dl-sysdep.h
+===================================================================
+RCS file: /var/cvs/uClibc/ldso/ldso/arm/dl-sysdep.h,v
+retrieving revision 1.9
+diff -u -b -B -w -p -r1.9 dl-sysdep.h
+--- ldso/ldso/arm/dl-sysdep.h 17 Feb 2004 10:55:54 -0000 1.9
++++ ldso/ldso/arm/dl-sysdep.h 23 Jun 2004 17:57:35 -0000
+@@ -5,6 +5,9 @@
+ * Copyright (C) 2000-2004 by Erik Andersen <andersen@codpoet.org>
+ */
+
++#ifndef __DL_SYSDEP_H__
++#define __DL_SYSDEP_H__
++
+ /* Define this if the system uses RELOCA. */
+ #undef ELF_USES_RELOCA
+
+@@ -66,3 +69,5 @@ unsigned long _dl_linux_resolver(struct
+ #define elf_machine_type_class(type) \
+ ((((type) == R_ARM_JUMP_SLOT) * ELF_RTYPE_CLASS_PLT) \
+ | (((type) == R_ARM_COPY) * ELF_RTYPE_CLASS_COPY))
++
++#endif /* __DL_SYSDEP_H__ */