diff options
-rw-r--r-- | proc/ourmsg.defs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/proc/ourmsg.defs b/proc/ourmsg.defs new file mode 100644 index 00000000..ca3fdcd6 --- /dev/null +++ b/proc/ourmsg.defs @@ -0,0 +1,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> |