[alsa-devel] [PATCH] alsa-utils: fix wrong alias for signal.h
![](https://secure.gravatar.com/avatar/180f25dc62ef484fda6d28ecc6c09027.jpg?s=120&d=mm&r=g)
23 Jul
2013
23 Jul
'13
3:57 a.m.
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
![](https://secure.gravatar.com/avatar/a3dd0965b05b71c3dff6eb289eb43e59.jpg?s=120&d=mm&r=g)
23 Jul
23 Jul
2:59 p.m.
Date 23.7.2013 03:57, John Spencer wrote:
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
I applied this patch to our git repo. Thanks.
Jaroslav
--
Jaroslav Kysela perex@perex.cz
Linux Kernel Sound Maintainer
ALSA Project; Red Hat, Inc.
4217
Age (days ago)
4217
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jaroslav Kysela
-
John Spencer