1 2 3 4 5 6 7 8 9 10 11
#ifndef __STD_SIGNAL_H__ #define __STD_SIGNAL_H__ #ifndef __CONFIG_H__ #include <config.h> #endif #include <signal.h> #endif