1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

* manual/errno.texi: Add new Linux errno codes.

* sysdeps/unix/sysv/linux/Versions: Add new errlist-compat entry
	for up to 132 errnos.
This commit is contained in:
Ulrich Drepper
2005-12-24 21:12:00 +00:00
parent 9333ed0d58
commit d4d138a4d9
6 changed files with 94 additions and 0 deletions

View File

@ -68,6 +68,7 @@ __pthread_mutex_trylock (mutex)
return 0;
}
break;
default:
/* Correct code cannot set any other type. */