summaryrefslogtreecommitdiff
path: root/packages/glibc/files/glibc-2.3.5-fix-weak-alias-arm-2.patch
diff options
context:
space:
mode:
authorKristoffer Ericson <kristoffer_e1@hotmail.com>2006-09-03 22:45:25 +0000
committerKristoffer Ericson <kristoffer_e1@hotmail.com>2006-09-03 22:45:25 +0000
commit260069845a847938bf587583a9d36ec18f533c50 (patch)
tree84324e4c5d5ea1148c2c293e8a6547d8d7403179 /packages/glibc/files/glibc-2.3.5-fix-weak-alias-arm-2.patch
parent88ddfa8fba208fc9c874480f9a8889bd65225e43 (diff)
parentd5920d9869e2c5d3ef23242537b09664b2144bfc (diff)
merge of 43de53f09816b4e1e243912e5958a66424c605f8
and ae090523c163ff0d1e234b0d89d1450a2466b4b4
Diffstat (limited to 'packages/glibc/files/glibc-2.3.5-fix-weak-alias-arm-2.patch')
-rw-r--r--packages/glibc/files/glibc-2.3.5-fix-weak-alias-arm-2.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/glibc/files/glibc-2.3.5-fix-weak-alias-arm-2.patch b/packages/glibc/files/glibc-2.3.5-fix-weak-alias-arm-2.patch
new file mode 100644
index 0000000000..bf2f31e479
--- /dev/null
+++ b/packages/glibc/files/glibc-2.3.5-fix-weak-alias-arm-2.patch
@@ -0,0 +1,11 @@
+--- glibc-2.3.3/ports/sysdeps/unix/sysv/linux/arm/socket.S.orig 2006-07-12 14:38:22.208228359 -0700
++++ glibc-2.3.3/ports/sysdeps/unix/sysv/linux/arm/socket.S 2006-07-12 14:39:56.911675066 -0700
+@@ -123,5 +123,7 @@
+ #endif
+
+ PSEUDO_END (__socket)
+-
++
++#ifndef NO_WEAK_ALIAS
+ weak_alias (__socket, socket)
++#endif