Sign in
android
/
platform
/
external
/
strace.git
/
8ce16f495fd888b04fb78e04ec15a5d5cdd51b6d
/
.
/
nsig.h
blob: 528f7033bf89a0feccb499558204681cb421baae [
file
] [
log
] [
blame
]
#ifndef
STRACE_NSIG_H
#define
STRACE_NSIG_H
#include
<signal.h>
#ifndef
NSIG
# warning NSIG is not defined, using 32
# define NSIG 32
#elif
NSIG
<
32
# error NSIG < 32
#endif
#define
NSIG_BYTES
(
NSIG
/
8
)
#endif
/* !STRACE_NSIG_H */