(tf1): Improve error message.

This commit is contained in:
Ulrich Drepper 2003-12-21 19:52:55 +00:00
parent a9ead05666
commit 26f0119e7a
1 changed files with 1 additions and 1 deletions

View 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);