From b1d94c37f75017a140121c9735033fcb62e8d0d3 Mon Sep 17 00:00:00 2001 From: davidxu Date: Thu, 5 Sep 2002 07:30:18 +0000 Subject: s/SGNL/SIG/ s/SNGL/SINGLE/ s/SNGLE/SINGLE/ Fix abbreviation for P_STOPPED_* etc flags, in original code they were inconsistent and difficult to distinguish between them. Approved by: julian (mentor) --- sys/kern/kern_exit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern/kern_exit.c') diff --git a/sys/kern/kern_exit.c b/sys/kern/kern_exit.c index fea5438..8a57e1d 100644 --- a/sys/kern/kern_exit.c +++ b/sys/kern/kern_exit.c @@ -178,7 +178,7 @@ exit1(td, rv) * from userret(). thread_exit() will unsuspend us * when the last other thread exits. */ - if (thread_single(SNGLE_EXIT)) { + if (thread_single(SINGLE_EXIT)) { panic ("Exit: Single threading fouled up"); } /* -- cgit v1.1