diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | mach/Versions | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -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; |