[alsa-devel] [PATCH] alsa-utils: fix wrong alias for signal.h
 
            
            
            
            
                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
 
            
            
            
            
                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.
    
        4483
        
      
          Age (days ago)
        
      
        4483
        
    
          Last active (days ago)
        
        
        
        1 comments
    
    
        
        2 participants
    
    
    
    
    
    
    
    
    participants (2)
- 
                 Jaroslav Kysela Jaroslav Kysela
- 
                 John Spencer John Spencer