mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
4 lines
136 B
C
4 lines
136 B
C
#include <signal.h>
|
|
#define SIGALRM 13
|
|
#define SIGVTALRM 26 /* virtual time alarm */
|
|
#define SIGPROF 27 /* profiling time alarm */
|