1998-10-04 Roland McGrath <roland@baalperazim.frob.com>

* mach/mach.h: Remove __mach_msg decl; <mach/message.h> now does it.
This commit is contained in:
Roland McGrath 1998-10-06 14:15:13 +00:00
parent 1e02536fbc
commit 797c5f0933

View File

@ -76,8 +76,6 @@ extern void
__mach_msg_destroy (mach_msg_header_t *msg),
mach_msg_destroy (mach_msg_header_t *msg);
/* XXX should be in mach/message.h. */
extern typeof (mach_msg) __mach_msg;
#define __need_FILE
#include <stdio.h>