NetBSD/sys/arch/alpha/include/sigdebug.h

12 lines
164 B
C
Raw Normal View History

2000-12-28 02:47:58 +03:00
#ifndef _SIGDEBUG_H_
#define _SIGDEBUG_H_
#ifdef DEBUG
int sigdebug;
int sigpid;
#define SDB_FOLLOW 0x01
#define SDB_KSTACK 0x02
#endif
#endif /* _SIGDEBUG_H_ */