From b1efe53531c2f0f3fd2a4fc8a56220737539c44e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 23 Dec 2008 16:14:42 +0000 Subject: Fix build breakage from my previous commit. Now I test for PT_SETOPTIONS being #defined. Remove trailing whitespace. No actual code changes. --- test/childthread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/childthread.c') diff --git a/test/childthread.c b/test/childthread.c index bc10d3a..bd0174b 100644 --- a/test/childthread.c +++ b/test/childthread.c @@ -1,7 +1,7 @@ /* Test exit of a child of a TCB_EXITING child where the toplevel process starts * waiting on it. The middle one gets detached and strace must update the * toplevel process'es number of attached children to 0. - * + * * gcc -o test/childthread test/childthread.c -Wall -ggdb2 -pthread;./strace -f ./test/childthread * It must print: write(1, "OK\n", ... */ -- cgit v1.2.3