1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00
freebsd/usr.bin/f2c/usignal.h
1994-01-05 02:53:40 +00:00

8 lines
124 B
C

#include <signal.h>
#ifndef SIGHUP
#define SIGHUP 1 /* hangup */
#endif
#ifndef SIGQUIT
#define SIGQUIT 3 /* quit */
#endif