summaryrefslogtreecommitdiff
path: root/hw/dmx
diff options
context:
space:
mode:
Diffstat (limited to 'hw/dmx')
-rw-r--r--hw/dmx/input/dmxsigio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dmx/input/dmxsigio.c b/hw/dmx/input/dmxsigio.c
index 6ef543c8b..ebfd3d98c 100644
--- a/hw/dmx/input/dmxsigio.c
+++ b/hw/dmx/input/dmxsigio.c
@@ -99,7 +99,7 @@ dmxSigioHook(void)
sigaction(SIGIO, &a, 0);
sigemptyset(&s);
- sigprocmask(SIG_SETMASK, &s, 0);
+ xthread_sigmask(SIG_SETMASK, &s, 0);
}
static void