This is the mail archive of the libc-alpha@cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Hurd] mach_msg_send,mach_msg_receive are not exported.


 SuperProbe uses mach_msg_receive() so I added these entry.
---
UCHIYAMA Yasushi
uch@nop.or.jp 


diff -ur glibc-2.0.108.orig/mach/Versions glibc-2.0.108/mach/Versions
--- glibc-2.0.108.orig/mach/Versions	Sat Dec  5 13:00:35 1998
+++ glibc-2.0.108/mach/Versions	Mon Dec 28 14:50:41 1998
@@ -33,6 +33,7 @@
     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;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]