summaryrefslogtreecommitdiff
path: root/test/childthread.c
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2008-12-23 16:14:42 +0000
committerDenys Vlasenko <dvlasenk@redhat.com>2008-12-23 16:14:42 +0000
commitb1efe53531c2f0f3fd2a4fc8a56220737539c44e (patch)
treef2db1199d4a2824224eaa2c23a0a2c3abeeca3f8 /test/childthread.c
parent1e3ce32a4fadb58230bca4f16baf8152579dd3d0 (diff)
downloadstrace-b1efe53531c2f0f3fd2a4fc8a56220737539c44e.tar.gz
strace-b1efe53531c2f0f3fd2a4fc8a56220737539c44e.tar.bz2
strace-b1efe53531c2f0f3fd2a4fc8a56220737539c44e.tar.xz
Fix build breakage from my previous commit.
Now I test for PT_SETOPTIONS being #defined. Remove trailing whitespace. No actual code changes.
Diffstat (limited to 'test/childthread.c')
-rw-r--r--test/childthread.c2
1 files changed, 1 insertions, 1 deletions
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", ...
*/