]> git.alsa-project.org Git - alsa-utils.git/commit
alsaloop: fix wrong alias for signal.h
authorJaroslav Kysela <perex@perex.cz>
Tue, 23 Jul 2013 12:57:05 +0000 (14:57 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 23 Jul 2013 12:57:05 +0000 (14:57 +0200)
commit8f57464190eb683d9517d8cfbd2cefb6223c6f1d
treebf3a7e66e740a8dd9fca550a145c36d50d165bd4
parentdda4392cd5e87270db044e2838b17e2edc034dc3
alsaloop: fix wrong alias for signal.h

in POSIX, there is no <sys/signal.h>.

it's merely a legacy alias used by glibc, and the header does nothing
else than including <signal.h>.

so let's do the right thing and use the right name, which works everywhere.

Signed-off-by: John Spencer <maillist-alsa@barfooze.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsaloop/alsaloop.c