summaryrefslogtreecommitdiff
path: root/nptl/tst-mutex5.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-17 02:48:28 +0000
committerRoland McGrath <roland@gnu.org>2003-03-17 02:48:28 +0000
commit2c5567a08e9b05c86f4e7272478beb69286ef93d (patch)
treebe0d8bdd57cac291daab8b2359cf2b777d3251a1 /nptl/tst-mutex5.c
parent25d025ce77452fa37ffda90de8ccd774d0924dab (diff)
2003-03-16 Roland McGrath <roland@redhat.com>
* tst-fork4.c: Include <string.h>. * tst-signal2.c: Likewise. * tst-mutex5.c (do_test): exit -> return. * tst-mutex2.c: Include <stdlib.h>.
Diffstat (limited to 'nptl/tst-mutex5.c')
-rw-r--r--nptl/tst-mutex5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-mutex5.c b/nptl/tst-mutex5.c
index 2ade6a7f83..7c414bc339 100644
--- a/nptl/tst-mutex5.c
+++ b/nptl/tst-mutex5.c
@@ -139,7 +139,7 @@ do_test (void)
if (tv2.tv_sec > 0 || tv2.tv_usec > 100000)
{
puts ("3rd timedlock didn't return right away");
- exit (1);
+ return 1;
}
if (pthread_mutex_destroy (&m) != 0)