php-src/win32/signal.h

11 lines
225 B
C
Raw Normal View History

#ifndef PHP_WIN32_SIGNAL_H
#define PHP_WIN32_SIGNAL_H
2015-04-13 08:51:24 +00:00
#include <signal.h>
1999-04-07 21:05:13 +00:00
#define SIGALRM 13
#define SIGVTALRM 26 /* virtual time alarm */
#define SIGPROF 27 /* profiling time alarm */
#endif /* PHP_WIN32_SIGNAL_H */