Skip to content

Commit 129a9af

Browse files
jonassmedegaardxrmx
authored andcommitted
mono: fix compilation on Debian GNU/kFreeBSd
1 parent 32f8f8f commit 129a9af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/mono/mono_plugin.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ static void uwsgi_mono_init_thread(int core_id) {
611611
// SIGPWR, SIGXCPU: these are used internally by the GC and pthreads.
612612
sigset_t smask;
613613
sigemptyset(&smask);
614-
#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__)
614+
#if defined(__APPLE__) || defined(__OpenBSD__) || defined(__FreeBSD__) || defined(__GNU_kFreeBSD__)
615615
sigaddset(&smask, SIGXFSZ);
616616
#else
617617
sigaddset(&smask, SIGPWR);

0 commit comments

Comments
 (0)