Files
netbsd/sys/arch/alpha/include/sigdebug.h
2015-10-15 10:25:28 +02:00

12 lines
178 B
C

#ifndef _SIGDEBUG_H_
#define _SIGDEBUG_H_
#ifdef DEBUG
extern int sigdebug;
extern int sigpid;
#define SDB_FOLLOW 0x01
#define SDB_KSTACK 0x02
#endif
#endif /* _SIGDEBUG_H_ */