diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-28 17:24:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-28 17:24:34 +0000 |
commit | edbe9101177034df9506bfd2b73bf69b944bf03d (patch) | |
tree | 098cb554e6b694c73051c6512df17f6cbaa2e8d3 /mach | |
parent | db60f6f9c547388647761d6e494eda54b6f800cd (diff) | |
download | glibc-edbe9101177034df9506bfd2b73bf69b944bf03d.tar glibc-edbe9101177034df9506bfd2b73bf69b944bf03d.tar.gz glibc-edbe9101177034df9506bfd2b73bf69b944bf03d.tar.bz2 glibc-edbe9101177034df9506bfd2b73bf69b944bf03d.zip |
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/Versions | 1 |
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; |