From d7b734741d4d964af37f785230906403eca3b192 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 24 Aug 2001 21:47:43 +0000 Subject: 2001-08-23 Roland McGrath * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy, __mach_reply_port. --- mach/Versions | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mach/Versions b/mach/Versions index 470fe51..b11948e 100644 --- a/mach/Versions +++ b/mach/Versions @@ -62,6 +62,10 @@ libc { task_create; task_set_special_port; task_suspend; task_terminate; thread_depress_abort; thread_switch; } + GLIBC_2.2.5 { + # internal functions used by other libraries (e.g. librt) + __mach_msg_destroy; __mach_reply_port; + } %if !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2) HURD_CTHREADS_0.3 { -- cgit v1.1