]> sourceware.org Git - glibc.git/commitdiff
(tf1): Improve error message.
authorUlrich Drepper <drepper@redhat.com>
Sun, 21 Dec 2003 19:52:55 +0000 (19:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 21 Dec 2003 19:52:55 +0000 (19:52 +0000)
nptl/tst-eintr2.c

index 410c56ccaf446d2851f41a3fc8e356afd7f6a4a8..8cbbc5a02624d36b41586a6ea210797a6bf10e8f 100644 (file)
@@ -45,7 +45,7 @@ tf1 (void *arg)
   /* This call must never return.  */
   int e = pthread_mutex_timedlock (&m1, &ts);
   char buf[100];
-  printf ("tf1: mutex_lock returned: %s\n",
+  printf ("tf1: mutex_timedlock returned: %s\n",
          strerror_r (e, buf, sizeof (buf)));
 
   exit (1);
This page took 0.054884 seconds and 5 git commands to generate.