Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemathinc
GitHub Repository: sagemathinc/python-wasm
Path: blob/main/core/dash/src/patches/01-jobs-extra-include.patch
1398 views
1
--- native/src/jobs.c 2021-09-03 00:03:32.000000000 -0700
2
+++ wasm/src/jobs.c 2022-09-26 16:39:55.000000000 -0700
3
@@ -32,6 +32,7 @@
4
* SUCH DAMAGE.
5
*/
6
7
+#include "posix-wasm.h"
8
#include <fcntl.h>
9
#include <signal.h>
10
#include <unistd.h>
11
12