diff options
Diffstat (limited to 'mpg123_artsplugin/mpg123/common.c')
-rw-r--r-- | mpg123_artsplugin/mpg123/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpg123_artsplugin/mpg123/common.c b/mpg123_artsplugin/mpg123/common.c index cd7cc121..65d658fd 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_tqmask); + sigemptyset(&new_sa.sa_mask); new_sa.sa_flags = 0; if (sigaction(signum, &new_sa, &old_sa) == -1) return ((void (*)()) -1); |