aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-12-04 13:47:40 +0000
committerRoland McGrath <roland@gnu.org>1998-12-04 13:47:40 +0000
commitaab217f3ee841289e63f9778b7799c06f5e3ab3e (patch)
tree26985869ade8fd6d86ecf32fe950ac815f2c985c /ChangeLog
parentc31fd66e4ccdbeba4766cb7eb6738398bc3bad78 (diff)
downloadglibc-aab217f3ee841289e63f9778b7799c06f5e3ab3e.zip
glibc-aab217f3ee841289e63f9778b7799c06f5e3ab3e.tar.gz
glibc-aab217f3ee841289e63f9778b7799c06f5e3ab3e.tar.bz2
1998-12-04 Mark Kettenis <kettenis@phys.uva.nl>
Provide backwards binary compatibility for the Hurd. * hurd/geteuids.c [PIC && DO_VERSIONING]: Make __getuids a weak alias for geteuids. * hurd/Versions [GLIBC_2.0]: Add __getuids, __hurd_file_name_lookup and _hurd_umask. [GLIBC_2.1]: Add _hurd_proc_init. * hurd/Makefile [versioning] (routines): Add compat-20. (shared-only-routines): Likewise. * hurd/hurdinit.c (_hurd_new_proc_init): Renamed from _hurd_proc_init. Use it as the default _hurd_proc_init version for GLIBC_2.1. * hurd/compat-20.c: New file. * mach/Versions [GLIBC_2.0]: Add __vm_allocate.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 15 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 31b9e10..4b74bd4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,18 @@
-1998-12-03 Mark Kettenis <kettenis@phys.uva.nl>
-
- * hurd/Versions [GLIBC_2.1]: Add _hurd_proc_init.
-
- * hurd/Versions: Move geteuids and seteuids from GLIBC_2.0 to
- GLIBC_2.1.
+1998-12-04 Mark Kettenis <kettenis@phys.uva.nl>
+
+ Provide backwards binary compatibility for the Hurd.
+ * hurd/geteuids.c [PIC && DO_VERSIONING]: Make __getuids a weak
+ alias for geteuids.
+ * hurd/Versions [GLIBC_2.0]: Add __getuids,
+ __hurd_file_name_lookup and _hurd_umask.
+ [GLIBC_2.1]: Add _hurd_proc_init.
+ * hurd/Makefile [versioning] (routines): Add compat-20.
+ (shared-only-routines): Likewise.
+ * hurd/hurdinit.c (_hurd_new_proc_init): Renamed from
+ _hurd_proc_init. Use it as the default _hurd_proc_init version
+ for GLIBC_2.1.
+ * hurd/compat-20.c: New file.
+ * mach/Versions [GLIBC_2.0]: Add __vm_allocate.
1998-12-02 Ulrich Drepper <drepper@cygnus.com>