Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 28 Dec 1998 17:24:34 +0000 (17:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 28 Dec 1998 17:24:34 +0000 (17:24 +0000)
* mach/Versions: Add mach_msg_send and mach_msg_receive.
Patch by UCHIYAMA Yasushi <uch@nop.or.jp>.

ChangeLog
mach/Versions

index 5709761..bb64564 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 044084d..69a724e 100644 (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;