From b3223d8976eadaa3a10ed9e77d57d92d1dcd3653 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 2 Nov 2021 14:35:13 +0100 Subject: libgc: update to 8.2.0 --- package/libgc/patches/patch-os_dep_c | 39 ------------------------------------ 1 file changed, 39 deletions(-) delete mode 100644 package/libgc/patches/patch-os_dep_c (limited to 'package/libgc/patches/patch-os_dep_c') diff --git a/package/libgc/patches/patch-os_dep_c b/package/libgc/patches/patch-os_dep_c deleted file mode 100644 index 6a5e00f87..000000000 --- a/package/libgc/patches/patch-os_dep_c +++ /dev/null @@ -1,39 +0,0 @@ ---- gc-7.4.0.orig/os_dep.c 2013-11-15 21:11:03.000000000 +0100 -+++ gc-7.4.0/os_dep.c 2014-04-10 07:14:09.000000000 +0200 -@@ -16,36 +16,6 @@ - - #include "private/gc_priv.h" - --#if defined(LINUX) && !defined(POWERPC) && !defined(NO_SIGCONTEXT_H) --# include --# if (LINUX_VERSION_CODE <= 0x10400) -- /* Ugly hack to get struct sigcontext_struct definition. Required */ -- /* for some early 1.3.X releases. Will hopefully go away soon. */ -- /* in some later Linux releases, asm/sigcontext.h may have to */ -- /* be included instead. */ --# define __KERNEL__ --# include --# undef __KERNEL__ --# else -- /* Kernels prior to 2.1.1 defined struct sigcontext_struct instead of */ -- /* struct sigcontext. libc6 (glibc2) uses "struct sigcontext" in */ -- /* prototypes, so we have to include the top-level sigcontext.h to */ -- /* make sure the former gets defined to be the latter if appropriate. */ --# include --# if 2 <= __GLIBC__ --# if 2 == __GLIBC__ && 0 == __GLIBC_MINOR__ -- /* glibc 2.1 no longer has sigcontext.h. But signal.h */ -- /* has the right declaration for glibc 2.1. */ --# include --# endif /* 0 == __GLIBC_MINOR__ */ --# else /* __GLIBC__ < 2 */ -- /* libc5 doesn't have : go directly with the kernel */ -- /* one. Check LINUX_VERSION_CODE to see which we should reference. */ --# include --# endif /* __GLIBC__ < 2 */ --# endif --#endif /* LINUX && !POWERPC */ -- - #if !defined(OS2) && !defined(PCR) && !defined(AMIGA) && !defined(MACOS) \ - && !defined(MSWINCE) && !defined(__CC_ARM) - # include -- cgit v1.2.3