2001-08-23 Roland McGrath <roland@frob.com>

* mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
	__mach_reply_port.
This commit is contained in:
Roland McGrath 2001-08-24 21:47:43 +00:00
parent bb84d3b33c
commit d7b734741d

View File

@ -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 {