Subversion Repositories tendra.SVN

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
#ifndef __HACKED_SIGNAL_INCLUDED
2
#define __HACKED_SIGNAL_INCLUDED
3
 
4
#include_next <signal.h>
5
 
6
typedef unsigned sig_atomic_t ;
7
 
8
#endif