From: Roland McGrath Date: Fri, 24 Aug 2001 21:47:43 +0000 (+0000) Subject: 2001-08-23 Roland McGrath X-Git-Tag: cvs/glibc-2-2-5~362 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b734741d4d964af37f785230906403eca3b192;p=thirdparty%2Fglibc.git 2001-08-23 Roland McGrath * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy, __mach_reply_port. --- diff --git a/mach/Versions b/mach/Versions index 470fe51ed47..b11948ee01e 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 {