summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2001-08-24 21:47:43 +0000
committerRoland McGrath <roland@gnu.org>2001-08-24 21:47:43 +0000
commitd7b734741d4d964af37f785230906403eca3b192 (patch)
treeff158b5c7d50a1c9dbfcd4ee12246115e1c33c02 /mach
parentbb84d3b33c5d8b5a13606006ecd7d0e45a8ecf90 (diff)
2001-08-23 Roland McGrath <roland@frob.com>
* mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy, __mach_reply_port.
Diffstat (limited to 'mach')
-rw-r--r--mach/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/mach/Versions b/mach/Versions
index 470fe51ed4..b11948ee01 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 {