diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-01-24 22:32:52 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-01-24 22:32:52 +0000 |
commit | 54cb8b7269b38050b9483d0bb2eb6b78c5e97055 (patch) | |
tree | 21c84454607e759fe1a3627b4b031a23d0584c51 /hurd | |
parent | 255e619f2c0a947434b91e0e99a37e6a5d80e673 (diff) |
Initial revision
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/msg_reply.defs | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/hurd/msg_reply.defs b/hurd/msg_reply.defs new file mode 100644 index 00000000..9f8d1b9b --- /dev/null +++ b/hurd/msg_reply.defs @@ -0,0 +1,28 @@ +/* Reply side of miscellaneous callbacks from Hurd servers to their clients + Copyright (C) 1991, 19921994 Free Software Foundation + +This file is part of the GNU Hurd. + +The GNU Hurd is free software; you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation; either version 2, or (at your option) +any later version. + +The GNU Hurd is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with the GNU Hurd; see the file COPYING. If not, write to +the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ + +subsystem msg 23100; /* must match msg.defs + 100 */ + +#include <hurd/hurd_types.defs> + +simpleroutine sig_post_reply ( + reply_port: mach_port_t; + in return_code: kern_return_t); + +/* Add the others as necessary. */ |