diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-03-22 20:42:26 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-03-22 20:42:26 +0000 |
commit | 234189f9eb7ffa91fe4fced54e488ce6753b265c (patch) | |
tree | 9bd0a43dfffd354e2f68ea5051cc3f49df85c729 /proc | |
parent | fcb383ac4fd6ffec3038d7063a745f6e049fafcd (diff) |
entered into RCS
Diffstat (limited to 'proc')
-rw-r--r-- | proc/exc-reply.defs | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/proc/exc-reply.defs b/proc/exc-reply.defs new file mode 100644 index 00000000..8a047233 --- /dev/null +++ b/proc/exc-reply.defs @@ -0,0 +1,36 @@ +/* This special version of exc.defs exists because the proc server + has to be able to do both halves of the exc interface separately. + Its interface is identical to <mach/exc.defs>. */ + +/* + * Mach Operating System + * Copyright (c) 1991,1990,1989,1988,1987 Carnegie Mellon University + * All Rights Reserved. + * + * Permission to use, copy, modify and distribute this software and its + * documentation is hereby granted, provided that both the copyright + * notice and this permission notice appear in all copies of the + * software, derivative works or modified versions, and any portions + * thereof, and that both notices appear in supporting documentation. + * + * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" + * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR + * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. + * + * Carnegie Mellon requests users of this software to return to + * + * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU + * School of Computer Science + * Carnegie Mellon University + * Pittsburgh PA 15213-3890 + * + * any improvements or extensions that they make and grant Carnegie Mellon + * the rights to redistribute these changes. + */ + +subsystem exc 2400; + +#include <mach/std_types.defs> + +simpleroutine exception_raise (exception_port: mach_port_t; +
\ No newline at end of file |