diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-11 21:30:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-11 21:30:03 +0000 |
commit | dbf2de4392974dafef178b76090181148c29e276 (patch) | |
tree | 0d8366012d5769b628d4e32aad4237b0b7f8aa2d /ChangeLog | |
parent | 1baa39591033ec9b6d22f49424dce4b9b5ad38ba (diff) | |
download | glibc-dbf2de4392974dafef178b76090181148c29e276.tar.gz glibc-dbf2de4392974dafef178b76090181148c29e276.tar.xz glibc-dbf2de4392974dafef178b76090181148c29e276.zip |
* hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
* 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 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index dff3a4223e..d45de3a03b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2002-03-11 Roland McGrath <roland@frob.com> + + * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro. + + * 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. + 2002-03-11 Ulrich Drepper <drepper@redhat.com> * stdio-common/vfprintf.c (vfprintf): Avoid crashing for |