We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32f8f8f commit 129a9afCopy full SHA for 129a9af
plugins/mono/mono_plugin.c
@@ -611,7 +611,7 @@ static void uwsgi_mono_init_thread(int core_id) {
611
// SIGPWR, SIGXCPU: these are used internally by the GC and pthreads.
612
sigset_t smask;
613
sigemptyset(&smask);
614
-#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__)
+#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__GNU_kFreeBSD__)
615
sigaddset(&smask, SIGXFSZ);
616
#else
617
sigaddset(&smask, SIGPWR);
0 commit comments