summaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2012-05-26 15:05:57 +0200
committerLars-Dominik Braun <lars@6xq.net>2012-05-26 15:05:57 +0200
commitf54c15c8b1b88c9689cadf9a9bc43a5f735f4b8e (patch)
treecf961f4d39df16fb050ba22a8d975a96e4e8463b /src/player.h
parent81bf363ac69e0036562434ca0e7153c3e624c8c3 (diff)
downloadpianobar-f54c15c8b1b88c9689cadf9a9bc43a5f735f4b8e.tar.gz
pianobar-f54c15c8b1b88c9689cadf9a9bc43a5f735f4b8e.tar.bz2
pianobar-f54c15c8b1b88c9689cadf9a9bc43a5f735f4b8e.zip
Revert "Fix player thread teardown/signals on OS X"
This reverts commit f6dffd1822404522b8354ac453a911a0d98bfc61.
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/player.h b/src/player.h
index 1e04f9f..2261d44 100644
--- a/src/player.h
+++ b/src/player.h
@@ -47,8 +47,8 @@ THE SOFTWARE.
#define BAR_PLAYER_MS_TO_S_FACTOR 1000
#define BAR_PLAYER_BUFSIZE (WAITRESS_BUFFER_SIZE*2)
-#define BAR_PLAYER_SIGSTOP SIGUSR1
-#define BAR_PLAYER_SIGCONT SIGUSR2
+#define BAR_PLAYER_SIGSTOP SIGRTMIN
+#define BAR_PLAYER_SIGCONT SIGRTMIN+1
struct audioPlayer {
unsigned char channels;