Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/community/dietlibc/dietlib-i386-socketcall-also-with-pic.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-21 10:08:05 +0100
committerErich Eckner <git@eckner.net>2019-01-21 10:08:05 +0100
commit149f379709d64b238fa46b48a3ef88816f1bc8a1 (patch)
treee242c726fc402d0ba90f4930fcbeaa3169bda49f /community/dietlibc/dietlib-i386-socketcall-also-with-pic.patch
parent1897f7c02af5ed11fa4c47c1a8de9f214dbdbd8c (diff)
parentc980d934f2ffb085002debe9e4c863b5e5f48934 (diff)
Merge branch 'master' into i486
Diffstat (limited to 'community/dietlibc/dietlib-i386-socketcall-also-with-pic.patch')
-rw-r--r--community/dietlibc/dietlib-i386-socketcall-also-with-pic.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/community/dietlibc/dietlib-i386-socketcall-also-with-pic.patch b/community/dietlibc/dietlib-i386-socketcall-also-with-pic.patch
deleted file mode 100644
index 5714fab9..00000000
--- a/community/dietlibc/dietlib-i386-socketcall-also-with-pic.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/i386/syscalls.h b/i386/syscalls.h
-index c4c98629..94f9be53 100644
---- a/i386/syscalls.h
-+++ b/i386/syscalls.h
-@@ -368,7 +368,6 @@ sym: \
- .Lend##sym: ; \
- .size sym,.Lend##sym-sym
-
--#ifndef __PIC__
- #define __socketcall(name,NAME) \
- .text; \
- .type name,@function; \
-@@ -381,6 +380,3 @@ __libc_##name: ; \
- jmp socketcall; \
- .Lend##name:; \
- .size name,.Lend##name-name
--#else
--#define __socketcall(name,NAME)
--#endif