aboutsummaryrefslogtreecommitdiff
path: root/nptl/tst-stdio1.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-stdio1.c')
-rw-r--r--nptl/tst-stdio1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-stdio1.c b/nptl/tst-stdio1.c
index 4250e53..7432261 100644
--- a/nptl/tst-stdio1.c
+++ b/nptl/tst-stdio1.c
@@ -43,7 +43,7 @@ do_test (void)
if (pthread_create (&th, NULL, tf, NULL) != 0)
{
- write (2, "create failed\n", 14);
+ write_message ("create failed\n");
_exit (1);
}