diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-16 16:58:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-16 16:58:39 +0000 |
commit | 51e921179b620831b8dbffc4e7f4fbd0c00620ed (patch) | |
tree | fa1e9c8ad637274201f64dda91a988bc9df792dc | |
parent | e09b046d49043b6235721951bae6090d699f6402 (diff) |
Initial revision
-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> |