From c4978b504e6a263bf13dca95069817a5878f6a62 Mon Sep 17 00:00:00 2001 From: raf Date: Thu, 27 Oct 2005 13:18:49 -0700 Subject: 6342194 fix for 6260557 broke forkall() --- usr/src/uts/common/sys/thread.h | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/src/uts/common/sys/thread.h') diff --git a/usr/src/uts/common/sys/thread.h b/usr/src/uts/common/sys/thread.h index 805812e8f0..bf60447de0 100644 --- a/usr/src/uts/common/sys/thread.h +++ b/usr/src/uts/common/sys/thread.h @@ -350,6 +350,7 @@ typedef struct _kthread { #define T_WAKEABLE 0x0002 /* thread is blocked, signals enabled */ #define T_TOMASK 0x0004 /* use lwp_sigoldmask on return from signal */ #define T_TALLOCSTK 0x0008 /* thread structure allocated from stk */ +#define T_FORKALL 0x0010 /* thread was cloned by forkall() */ #define T_WOULDBLOCK 0x0020 /* for lockfs */ #define T_DONTBLOCK 0x0040 /* for lockfs */ #define T_DONTPEND 0x0080 /* for lockfs */ -- cgit v1.2.3