mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 08:11:08 +00:00
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:
parent
bb84d3b33c
commit
d7b734741d
@ -62,6 +62,10 @@ libc {
|
|||||||
task_create; task_set_special_port; task_suspend; task_terminate;
|
task_create; task_set_special_port; task_suspend; task_terminate;
|
||||||
thread_depress_abort; thread_switch;
|
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)
|
%if !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)
|
||||||
HURD_CTHREADS_0.3 {
|
HURD_CTHREADS_0.3 {
|
||||||
|
Loading…
Reference in New Issue
Block a user