* mach/Versions: Add mach_msg_send and mach_msg_receive.
	Patch by UCHIYAMA Yasushi <uch@nop.or.jp>.
This commit is contained in:
Ulrich Drepper 1998-12-28 17:24:34 +00:00
parent db60f6f9c5
commit edbe910117
2 changed files with 4 additions and 0 deletions

View file

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

View file

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