summaryrefslogtreecommitdiffstats
path: root/mpg123_artsplugin/mpg123/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpg123_artsplugin/mpg123/common.c')
-rw-r--r--mpg123_artsplugin/mpg123/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpg123_artsplugin/mpg123/common.c b/mpg123_artsplugin/mpg123/common.c
index 65d658fd..cd7cc121 100644
--- a/mpg123_artsplugin/mpg123/common.c
+++ b/mpg123_artsplugin/mpg123/common.c
@@ -114,7 +114,7 @@ void (*catchsignal(int signum, void(*handler)()))()
#endif
new_sa.sa_handler = handler;
- sigemptyset(&new_sa.sa_mask);
+ sigemptyset(&new_sa.sa_tqmask);
new_sa.sa_flags = 0;
if (sigaction(signum, &new_sa, &old_sa) == -1)
return ((void (*)()) -1);