repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
alpha
/
include
/
sigdebug.h
blob
b7b70b1bc063e76c87dfb2af73f19dad2124741b
1
#ifndef _SIGDEBUG_H_
2
#define _SIGDEBUG_H_
3
4
#ifdef DEBUG
5
int
sigdebug
;
6
int
sigpid
;
7
#define SDB_FOLLOW 0x01
8
#define SDB_KSTACK 0x02
9
#endif
10
11
#endif
/* _SIGDEBUG_H_ */