diff options
author | Roland McGrath <roland@gnu.org> | 1994-06-28 22:47:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-06-28 22:47:52 +0000 |
commit | f5829782108331fb197ed418ee2ebd532b28297f (patch) | |
tree | faf5258555e07271d0e77ce9591f50ee675f0bc7 /hurd/io.defs | |
parent | 97e87ea7888d63908a47fdbbda28d6c57d71e50d (diff) |
Formerly io.defs.~60~
Diffstat (limited to 'hurd/io.defs')
-rw-r--r-- | hurd/io.defs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/hurd/io.defs b/hurd/io.defs index 83c90382..028855b5 100644 --- a/hurd/io.defs +++ b/hurd/io.defs @@ -29,17 +29,6 @@ subsystem io 21000; IO_IMPORTS #endif -#ifdef REPLY_PORTS -type reply_port_t = MACH_MSG_TYPE_MAKE_SEND_ONCE | polymorphic - ctype: mach_port_t; -#define RPTDECL sreplyport reply: reply_port_t -#define RPT RPTDECL; -#define RPTLAST ; RPTDECL -#else -#define RPTLAST -#define RPT -#endif - /* Write data to an IO object. If offset is -1, write at the object maintained file pointer. If the object is not seekable, offset is |