diff options
author | Roland McGrath <roland@gnu.org> | 2001-08-24 21:47:43 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-08-24 21:47:43 +0000 |
commit | d7b734741d4d964af37f785230906403eca3b192 (patch) | |
tree | ff158b5c7d50a1c9dbfcd4ee12246115e1c33c02 /mach/Versions | |
parent | bb84d3b33c5d8b5a13606006ecd7d0e45a8ecf90 (diff) | |
download | glibc-d7b734741d4d964af37f785230906403eca3b192.tar glibc-d7b734741d4d964af37f785230906403eca3b192.tar.gz glibc-d7b734741d4d964af37f785230906403eca3b192.tar.bz2 glibc-d7b734741d4d964af37f785230906403eca3b192.zip |
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/Versions')
-rw-r--r-- | mach/Versions | 4 |
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 { |