]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 21 Feb 2004 03:20:32 +0000 (03:20 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 21 Feb 2004 03:20:32 +0000 (03:20 +0000)
2004-02-20  Ulrich Drepper  <drepper@redhat.com>

* tst-cancel9.c (cleanup): Don't print to stderr.

elf/tst-tls13.c
nptl/ChangeLog
nptl/tst-cancel9.c

index 31b9cfbba3168467eefa06877a07ca328b151293..55fb62e540cac10551fb157705c181f1721d4ebd 100644 (file)
@@ -26,4 +26,5 @@ do_test (void)
 }
 
 #define TEST_FUNCTION do_test ()
+#define TIMEOUT 3
 #include "../test-skeleton.c"
index b079883f6b3601d96586c78c31bae331c7ab8576..bb7fe88cfe40ff420d9820dd2d56fcfe4c6a2f19 100644 (file)
@@ -1,3 +1,7 @@
+2004-02-20  Ulrich Drepper  <drepper@redhat.com>
+
+       * tst-cancel9.c (cleanup): Don't print to stderr.
+
 2004-02-20  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
 
        * sysdeps/sh/jmpbuf-unwind.h (_JMPBUF_UNWINDS_ADJ): Fix variable name.
index 1d59e19e0fff08d83fb4263c42da54c3631a96b6..037ef30fd63ae1c795089976adc0596f3660d90d 100644 (file)
@@ -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);
 }
 
 
This page took 0.054664 seconds and 5 git commands to generate.