diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-16 17:04:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-16 17:04:04 +0000 |
commit | 0006a07da553fcfa1dc526e3adc2bdeb2b247485 (patch) | |
tree | 7a5c9ff4e9238eed7a84e21fa2a9f69b3fb2d3d1 /term/ourmsg.defs | |
parent | bf46618361379ac96dd021b3621f6f3dc8e696f1 (diff) |
Initial revision
Diffstat (limited to 'term/ourmsg.defs')
-rw-r--r-- | term/ourmsg.defs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/term/ourmsg.defs b/term/ourmsg.defs new file mode 100644 index 00000000..ad55073b --- /dev/null +++ b/term/ourmsg.defs @@ -0,0 +1,14 @@ +/* Private specialized presentation of msg.defs for term 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_ + +#define msg ourmsg /* Change subsystem name for headers et al. */ + +#include <hurd/msg.defs> |