diff options
Diffstat (limited to 'main/gc/uclibc-getcontext.patch')
-rw-r--r-- | main/gc/uclibc-getcontext.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/gc/uclibc-getcontext.patch b/main/gc/uclibc-getcontext.patch deleted file mode 100644 index de48fc0183..0000000000 --- a/main/gc/uclibc-getcontext.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./mach_dep.c.orig -+++ ./mach_dep.c -@@ -175,7 +175,7 @@ - # if defined(HAVE_PUSH_REGS) - GC_push_regs(); - # elif defined(UNIX_LIKE) && !defined(DARWIN) && !defined(ARM32) && \ -- !defined(HURD) -+ !defined(HURD) && !defined(__UCLIBC__) - /* Older versions of Darwin seem to lack getcontext(). */ - /* ARM Linux often doesn't support a real getcontext(). */ - ucontext_t ctxt; |