summaryrefslogtreecommitdiffstats
path: root/mpg123_artsplugin/mpg123/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpg123_artsplugin/mpg123/buffer.c')
-rw-r--r--mpg123_artsplugin/mpg123/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpg123_artsplugin/mpg123/buffer.c b/mpg123_artsplugin/mpg123/buffer.c
index 33b4c92b..3c85b654 100644
--- a/mpg123_artsplugin/mpg123/buffer.c
+++ b/mpg123_artsplugin/mpg123/buffer.c
@@ -95,7 +95,7 @@ void buffer_loop(struct audio_info_struct *ai, sigset_t *oldsigset)
catchsignal (SIGINT, catch_interrupt);
catchsignal (SIGUSR1, catch_usr1);
- sigproctqmask (SIG_SETMASK, oldsigset, NULL);
+ sigprocmask (SIG_SETMASK, oldsigset, NULL);
#ifndef NO_DECODE_AUDIO
if (param.outmode == DECODE_AUDIO) {
if (audio_open(ai) < 0) {