summaryrefslogtreecommitdiff
path: root/test/childthread.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-06-02 16:49:22 -0700
committerRoland McGrath <roland@redhat.com>2009-06-02 16:49:22 -0700
commiteb9e2e8904ce85a6c7390be25bb873c6db88c4d3 (patch)
tree4e967c58b6d1ff962835d0dd034ba1d1214268b4 /test/childthread.c
parent4ac9d627f4b8d2022958668e5c2f3b784605cb16 (diff)
downloadstrace-eb9e2e8904ce85a6c7390be25bb873c6db88c4d3.tar.gz
strace-eb9e2e8904ce85a6c7390be25bb873c6db88c4d3.tar.bz2
strace-eb9e2e8904ce85a6c7390be25bb873c6db88c4d3.tar.xz
Revert unapproved commits.
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 e89fb14..c580db2 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", ...
*/