blob: ca3fdcd6dd72b5ad30fff83eb1e2b0301ee2897a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* Private specialized presentation of msg.defs for proc server. */
#define routine simpleroutine
/* The reason for this= is to prevent errors for get_init_port,
get_init_ports, get_init_int, get_init_ints, get_dtable, and get_fd.
We don't use those, so we're safe in breaking them. */
#define out /* empty */
#define USERPREFIX nowait_
#include <hurd/msg.defs>
|