summaryrefslogtreecommitdiff
path: root/win32/signal.h
blob: 484a8d1c00266a241bd8dd82b66c80a280a9ea60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef PHP_WIN32_SIGNAL_H
#define PHP_WIN32_SIGNAL_H

#include <signal.h>

#define SIGALRM 13
#define	SIGVTALRM 26			/* virtual time alarm */
#define	SIGPROF	27				/* profiling time alarm */

PHP_WINUTIL_API void php_win32_signal_ctrl_handler_init(void);
PHP_WINUTIL_API void php_win32_signal_ctrl_handler_shutdown(void);

#endif /* PHP_WIN32_SIGNAL_H */