diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-08 05:11:06 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-08 05:11:06 -0500 |
commit | ef4fbd05970fd6b09360951d532678445cdb3f67 (patch) | |
tree | 304ed8619200f4cbdde4aa4f2ee40425e2a46124 /user/gc/fix-boehm-gc.patch | |
parent | 34a6ef047ac7d2efb50f99fd46065519f647464a (diff) | |
download | packages-ef4fbd05970fd6b09360951d532678445cdb3f67.tar.gz packages-ef4fbd05970fd6b09360951d532678445cdb3f67.tar.bz2 packages-ef4fbd05970fd6b09360951d532678445cdb3f67.tar.xz packages-ef4fbd05970fd6b09360951d532678445cdb3f67.zip |
user/gc: pull in, bump, take, fix
Diffstat (limited to 'user/gc/fix-boehm-gc.patch')
-rw-r--r-- | user/gc/fix-boehm-gc.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/user/gc/fix-boehm-gc.patch b/user/gc/fix-boehm-gc.patch new file mode 100644 index 000000000..6ac3870b0 --- /dev/null +++ b/user/gc/fix-boehm-gc.patch @@ -0,0 +1,10 @@ +--- 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. */ |