mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +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 */
|