5 lines
87 B
C
5 lines
87 B
C
#if defined(__GLIBC__)
|
|
# include_next <signal.h>
|
|
#else
|
|
# include <sys/signal.h>
|
|
#endif
|