summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--mach/Versions1
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5709761cdb..bb64564179 100644
--- 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.
diff --git a/mach/Versions b/mach/Versions
index 044084db32..69a724ed39 100644
--- a/mach/Versions
+++ b/mach/Versions
@@ -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;