diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-05-31 06:30:37 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-05-31 06:30:37 +0000 |
commit | 5d4f57bd9398d5b4d0ed26af9d4bf6e65c28c73c (patch) | |
tree | 1c51ae91f2c8e2bce901abf416453f96a322837d /nptl/tst-join4.c | |
parent | 7ab7ea333d4d8274ecada374923209efa13bb900 (diff) | |
download | glibc-5d4f57bd9398d5b4d0ed26af9d4bf6e65c28c73c.tar.gz glibc-5d4f57bd9398d5b4d0ed26af9d4bf6e65c28c73c.tar.xz glibc-5d4f57bd9398d5b4d0ed26af9d4bf6e65c28c73c.zip |
Update.
2003-05-30 Ulrich Drepper <drepper@redhat.com> * scripts/config.guess: Update from master copy. * scripts/config.sub: Likewise.
Diffstat (limited to 'nptl/tst-join4.c')
-rw-r--r-- | nptl/tst-join4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-join4.c b/nptl/tst-join4.c index fbf1b1076e..0b605907da 100644 --- a/nptl/tst-join4.c +++ b/nptl/tst-join4.c @@ -84,7 +84,7 @@ do_test (void) if (pthread_detach (th[0]) != 0) { - puts ("could detach 1st thread"); + puts ("could not detach 1st thread"); exit (1); } |