mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 15:05:17 -04:00
7 lines
124 B
C
7 lines
124 B
C
#include <signal.h>
|
|
#ifndef SIGHUP
|
|
#define SIGHUP 1 /* hangup */
|
|
#endif
|
|
#ifndef SIGQUIT
|
|
#define SIGQUIT 3 /* quit */
|
|
#endif
|