diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-09-03 22:45:25 +0000 |
---|---|---|
committer | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-09-03 22:45:25 +0000 |
commit | 260069845a847938bf587583a9d36ec18f533c50 (patch) | |
tree | 84324e4c5d5ea1148c2c293e8a6547d8d7403179 /packages/glibc/files/glibc-2.3.5-fix-weak-alias-arm.patch | |
parent | 88ddfa8fba208fc9c874480f9a8889bd65225e43 (diff) | |
parent | d5920d9869e2c5d3ef23242537b09664b2144bfc (diff) |
merge of 43de53f09816b4e1e243912e5958a66424c605f8
and ae090523c163ff0d1e234b0d89d1450a2466b4b4
Diffstat (limited to 'packages/glibc/files/glibc-2.3.5-fix-weak-alias-arm.patch')
-rw-r--r-- | packages/glibc/files/glibc-2.3.5-fix-weak-alias-arm.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/glibc/files/glibc-2.3.5-fix-weak-alias-arm.patch b/packages/glibc/files/glibc-2.3.5-fix-weak-alias-arm.patch new file mode 100644 index 0000000000..0097ff94d3 --- /dev/null +++ b/packages/glibc/files/glibc-2.3.5-fix-weak-alias-arm.patch @@ -0,0 +1,15 @@ +--- glibc-2.3.3/ports/sysdeps/unix/sysv/linux/arm/socket.S.orig 2006-07-12 13:57:05.990485563 -0700 ++++ glibc-2.3.3/ports/sysdeps/unix/sysv/linux/arm/socket.S 2006-07-12 13:58:41.197865230 -0700 +@@ -32,7 +32,11 @@ + The .S files for the other calls just #define socket and #include this. */ + + #ifndef __socket +-#define __socket P(__,socket) ++# ifndef NO_WEAK_ALIAS ++# define __socket P(__,socket) ++# else ++# define __socket socket ++# endif + #endif + + #define PUSHARGS_1 str a1, [sp, $-4]! |