aboutsummaryrefslogtreecommitdiffstats
path: root/main/libc0.9.32/ucontext-reentrant.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/libc0.9.32/ucontext-reentrant.patch')
-rw-r--r--main/libc0.9.32/ucontext-reentrant.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/main/libc0.9.32/ucontext-reentrant.patch b/main/libc0.9.32/ucontext-reentrant.patch
deleted file mode 100644
index 2417e15a48..0000000000
--- a/main/libc0.9.32/ucontext-reentrant.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/libc/sysdeps/linux/i386/Makefile.arch b/libc/sysdeps/linux/i386/Makefile.arch
-index b47f5a0..8b1edc2 100644
---- a/libc/sysdeps/linux/i386/Makefile.arch
-+++ b/libc/sysdeps/linux/i386/Makefile.arch
-@@ -18,4 +18,7 @@ endif
-
- ifeq ($(UCLIBC_HAS_CONTEXT_FUNCS),y)
- SSRC += makecontext.S setcontext.S getcontext.S swapcontext.S
-+ASFLAGS-setcontext.S := -D_LIBC_REENTRANT
-+ASFLAGS-getcontext.S := -D_LIBC_REENTRANT
-+ASFLAGS-swapcontext.S := -D_LIBC_REENTRANT
- endif