From aab217f3ee841289e63f9778b7799c06f5e3ab3e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 4 Dec 1998 13:47:40 +0000 Subject: 1998-12-04 Mark Kettenis 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. --- hurd/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'hurd/Makefile') diff --git a/hurd/Makefile b/hurd/Makefile index 3eeb445ca7..250e441acf 100644 --- a/hurd/Makefile +++ b/hurd/Makefile @@ -66,6 +66,13 @@ distribute = hurdstartup.h hurdfault.h hurdhost.h \ # XXX this is a temporary hack; see hurdmalloc.h routines += hurdmalloc distribute += hurdmalloc.h + +# Binary compatibility for libc.so.0.2[GLIBC_2.0]. +ifeq ($(versioning),yes) +routines += compat-20 +endif + +shared-only-routines = compat-20 include ../mach/Machrules include ../Rules -- cgit v1.2.3-70-g09d2