summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include/sigdebug.h
blob: b7b70b1bc063e76c87dfb2af73f19dad2124741b (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _SIGDEBUG_H_
#define _SIGDEBUG_H_

#ifdef DEBUG
int sigdebug;
int sigpid;
#define	SDB_FOLLOW	0x01
#define	SDB_KSTACK	0x02
#endif

#endif /* _SIGDEBUG_H_ */