From f8437c81d5e191ebe10374938974315aee07faf3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 4 Sep 2008 15:23:12 +0000 Subject: Convert to "bool". --- cpukit/posix/src/killinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/killinfo.c') diff --git a/cpukit/posix/src/killinfo.c b/cpukit/posix/src/killinfo.c index df5fd62c15..2702c7cdbc 100644 --- a/cpukit/posix/src/killinfo.c +++ b/cpukit/posix/src/killinfo.c @@ -296,7 +296,7 @@ int killinfo( process_it: - the_thread->do_post_task_switch_extension = TRUE; + the_thread->do_post_task_switch_extension = true; /* * Returns TRUE if the signal was synchronously given to a thread -- cgit v1.2.3