From 234189f9eb7ffa91fe4fced54e488ce6753b265c Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 22 Mar 1994 20:42:26 +0000 Subject: entered into RCS --- proc/exc-reply.defs | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 proc/exc-reply.defs 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 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 + +simpleroutine exception_raise (exception_port: mach_port_t; + \ No newline at end of file -- cgit v1.2.3