summaryrefslogtreecommitdiffstats
path: root/sys/sys/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/proc.h')
-rw-r--r--sys/sys/proc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/proc.h b/sys/sys/proc.h
index 7885af3..99e429f 100644
--- a/sys/sys/proc.h
+++ b/sys/sys/proc.h
@@ -167,7 +167,7 @@ struct proc {
int p_traceflag; /* Kernel trace points. */
struct vnode *p_tracep; /* Trace to vnode. */
- int p_siglist; /* Signals arrived but not delivered. */
+ sigset_t p_siglist; /* Signals arrived but not delivered. */
struct vnode *p_textvp; /* Vnode of executable. */
@@ -271,6 +271,7 @@ struct proc {
#define P_DEADLKTREAT 0x800000 /* lock aquisition - deadlock treatment */
#define P_JAILED 0x1000000 /* Process is in jail */
+#define P_NEWSIGSET 0x2000000 /* Process uses new sigset_t */
/*
* MOVE TO ucred.h?
OpenPOWER on IntegriCloud