diff options
Diffstat (limited to 'nptl/tst-cancel9.c')
-rw-r--r-- | nptl/tst-cancel9.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nptl/tst-cancel9.c b/nptl/tst-cancel9.c index 1d59e19e0f..037ef30fd6 100644 --- a/nptl/tst-cancel9.c +++ b/nptl/tst-cancel9.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003 Free Software Foundation, Inc. +/* Copyright (C) 2003, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2003. @@ -31,7 +31,7 @@ static pthread_barrier_t b; static void cleanup (void *arg) { - fprintf (stderr, "in cleanup\n"); + fputs ("in cleanup\n", stdout); } |