mirror of
https://github.com/php/php-src.git
synced 2024-12-12 19:33:31 +08:00
5 lines
136 B
C
5 lines
136 B
C
#include <signal.h>
|
|
#define SIGALRM 13
|
|
#define SIGVTALRM 26 /* virtual time alarm */
|
|
#define SIGPROF 27 /* profiling time alarm */
|