diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-09-28 23:11:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-09-28 23:11:33 +0000 |
commit | c0ac34e4472e5f3b5fdf1557480e2b2c1cc72aed (patch) | |
tree | 428164e4a1b3ba35e5469c2d21aeb5c84afa8003 /manual | |
parent | 8cab1d380a9a9743ed825533f389e0edb7b777d0 (diff) | |
download | glibc-c0ac34e4472e5f3b5fdf1557480e2b2c1cc72aed.tar.gz glibc-c0ac34e4472e5f3b5fdf1557480e2b2c1cc72aed.tar.xz glibc-c0ac34e4472e5f3b5fdf1557480e2b2c1cc72aed.zip |
Update.
* mutex.c (__pthread_mutex_unlock): For PTHREAD_MUTEX_RECURSIVE_NP test for owner first. Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/errno.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/errno.texi b/manual/errno.texi index 8b18c83bec..5abb823bbd 100644 --- a/manual/errno.texi +++ b/manual/errno.texi @@ -162,7 +162,7 @@ Input/output error; usually used for physical read or write errors. @end deftypevr @comment errno.h -@comment POSIX.1: Device not configured +@comment POSIX.1: No such device or address @deftypevr Macro int ENXIO @comment errno 6 @c DO NOT REMOVE No such device or address. The system tried to use the device |