From c0ac34e4472e5f3b5fdf1557480e2b2c1cc72aed Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 28 Sep 2000 23:11:33 +0000 Subject: Update. * mutex.c (__pthread_mutex_unlock): For PTHREAD_MUTEX_RECURSIVE_NP test for owner first. Patch by Kaz Kylheku . --- sysdeps/gnu/errlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/gnu/errlist.c') diff --git a/sysdeps/gnu/errlist.c b/sysdeps/gnu/errlist.c index 4c635d2b97..1b15c5e3a9 100644 --- a/sysdeps/gnu/errlist.c +++ b/sysdeps/gnu/errlist.c @@ -59,7 +59,7 @@ TRANS represented by a file you specified, and it couldn't find the device. TRANS This can mean that the device file was installed incorrectly, or that TRANS the physical device is missing or not correctly attached to the TRANS computer. */ - [ERR_REMAP (ENXIO)] = N_("Device not configured"), + [ERR_REMAP (ENXIO)] = N_("No such device or address"), #endif #ifdef E2BIG /* -- cgit 1.4.1