diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-03-10 05:12:33 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-03-10 05:12:33 +0000 |
commit | 896a1a22dc55c1a3b6bd8729527fc52ac8e07487 (patch) | |
tree | 444983633a3c2b3a1c0096b41b53172b0b2bfb6f /user/gc/fix-boehm-gc.patch | |
parent | ad101b747bb88c4af795405c19246835bc2684c1 (diff) | |
download | packages-896a1a22dc55c1a3b6bd8729527fc52ac8e07487.tar.gz packages-896a1a22dc55c1a3b6bd8729527fc52ac8e07487.tar.bz2 packages-896a1a22dc55c1a3b6bd8729527fc52ac8e07487.tar.xz packages-896a1a22dc55c1a3b6bd8729527fc52ac8e07487.zip |
user/gc: bump to 8.0.4, modernise
Diffstat (limited to 'user/gc/fix-boehm-gc.patch')
-rw-r--r-- | user/gc/fix-boehm-gc.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/user/gc/fix-boehm-gc.patch b/user/gc/fix-boehm-gc.patch deleted file mode 100644 index 6ac3870b0..000000000 --- a/user/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. */ |