mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update.
* mach/Versions: Add mach_msg_send and mach_msg_receive. Patch by UCHIYAMA Yasushi <uch@nop.or.jp>.
This commit is contained in:
parent
db60f6f9c5
commit
edbe910117
@ -1,5 +1,8 @@
|
||||
1998-12-28 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* mach/Versions: Add mach_msg_send and mach_msg_receive.
|
||||
Patch by UCHIYAMA Yasushi <uch@nop.or.jp>.
|
||||
|
||||
* sysdeps/unix/sysv/linux/netipx/ipx.h (SIOCIPXNCPCONN): New macro
|
||||
from latest kernel.
|
||||
|
||||
|
@ -33,6 +33,7 @@ libc {
|
||||
mach_error; mach_error_string; mach_error_type;
|
||||
mach_host_self;
|
||||
mach_msg; mach_msg_destroy;
|
||||
mach_msg_send; mach_msg_receive;
|
||||
mach_msg_server; mach_msg_server_timeout;
|
||||
mach_open_devstream;
|
||||
mach_port_allocate; mach_port_allocate_name; mach_port_deallocate;
|
||||
|
Loading…
Reference in New Issue
Block a user