about summary refs log tree commit diff
path: root/Versions.def
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-03-11 21:27:01 +0000
committerRoland McGrath <roland@gnu.org>2002-03-11 21:27:01 +0000
commit2fbe9636ac92f769515f52df4449826728540b2e (patch)
treefed19363eafc9a0b6bb6b3c97e9b2ce4cf85a8b8 /Versions.def
parent00eaa2ecf4a23217407849cd8c7e24208bd6e575 (diff)
downloadglibc-2fbe9636ac92f769515f52df4449826728540b2e.tar.gz
glibc-2fbe9636ac92f769515f52df4449826728540b2e.tar.xz
glibc-2fbe9636ac92f769515f52df4449826728540b2e.zip
2002-03-11 Roland McGrath <roland@frob.com>
	* Versions.def (libc): Add GLIBC_2.2.6.
	* hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
	* sysdeps/mach/hurd/errnos.awk: In generated macro, use
	__errno_location instead of __hurd_errno_location, and don't inline it.
	* sysdeps/mach/hurd/bits/errno.h: Regenerated.
	* hurd/errno.c: New file.
	* hurd/Makefile (routines): Add errno.
Diffstat (limited to 'Versions.def')
-rw-r--r--Versions.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/Versions.def b/Versions.def
index a5829cf98c..ef90f875ab 100644
--- a/Versions.def
+++ b/Versions.def
@@ -14,6 +14,7 @@ libc {
   GLIBC_2.2.3
   GLIBC_2.2.4
   GLIBC_2.2.5
+  GLIBC_2.2.6
 %ifdef USE_IN_LIBIO
   HURD_CTHREADS_0.3
 %endif