diff options
author | TBK <tbk@jjtc.eu> | 2019-02-10 22:36:20 +0100 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-03-28 16:18:35 +0000 |
commit | 3b38fe348d4ed8d3a94d19580bb401251aeb267d (patch) | |
tree | 3d75fcbb94f423e189a9f7916793ea375a2b19b7 /main/gc/fix-boehm-gc.patch | |
parent | c85b6015a3fc0d481f68144f31349ae9034c9032 (diff) | |
download | aports-3b38fe348d4ed8d3a94d19580bb401251aeb267d.tar.bz2 aports-3b38fe348d4ed8d3a94d19580bb401251aeb267d.tar.xz |
main/gc: upgrade to 8.0.2
Diffstat (limited to 'main/gc/fix-boehm-gc.patch')
-rw-r--r-- | main/gc/fix-boehm-gc.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/main/gc/fix-boehm-gc.patch b/main/gc/fix-boehm-gc.patch deleted file mode 100644 index 6ac3870b02..0000000000 --- a/main/gc/fix-boehm-gc.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- gc-7.6.0.orig/pthread_stop_world.c -+++ gc-7.6.0/pthread_stop_world.c -@@ -45,6 +45,7 @@ - #include <semaphore.h> - #include <errno.h> - #include <unistd.h> -+#include <sys/select.h> - #include "atomic_ops.h" - - /* It's safe to call original pthread_sigmask() here. */ |