summaryrefslogtreecommitdiff
path: root/mach
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-12-28 17:24:34 +0000
committerUlrich Drepper <drepper@redhat.com>1998-12-28 17:24:34 +0000
commitedbe9101177034df9506bfd2b73bf69b944bf03d (patch)
tree098cb554e6b694c73051c6512df17f6cbaa2e8d3 /mach
parentdb60f6f9c547388647761d6e494eda54b6f800cd (diff)
Update.
* mach/Versions: Add mach_msg_send and mach_msg_receive. Patch by UCHIYAMA Yasushi <uch@nop.or.jp>.
Diffstat (limited to 'mach')
-rw-r--r--mach/Versions1
1 files changed, 1 insertions, 0 deletions
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;