summaryrefslogtreecommitdiff
path: root/boot.backup1/exc_S.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2011-05-08 22:59:11 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2011-05-08 22:59:11 +0200
commitd92111ff2c588e905630f61918c82f7da41e5777 (patch)
tree0bf4c10ef6d050ca2ef0f250796556c135a0fa89 /boot.backup1/exc_S.h
parent0bbd7fe0f7db3d9d4633c581d3ed9d2e5e7dd136 (diff)
Remove mig-generated files
Diffstat (limited to 'boot.backup1/exc_S.h')
-rw-r--r--boot.backup1/exc_S.h39
1 files changed, 0 insertions, 39 deletions
diff --git a/boot.backup1/exc_S.h b/boot.backup1/exc_S.h
deleted file mode 100644
index 5b2c327a..00000000
--- a/boot.backup1/exc_S.h
+++ /dev/null
@@ -1,39 +0,0 @@
-#ifndef _exc_server_
-#define _exc_server_
-
-/* Module exc */
-
-#include <mach/kern_return.h>
-#include <mach/port.h>
-#include <mach/message.h>
-
-#include <mach/std_types.h>
-
-/* Routine exception_raise */
-#ifdef mig_external
-mig_external
-#else
-extern
-#endif
-kern_return_t catch_exception_raise
-#if defined(LINTLIBRARY)
- (exception_port, thread, task, exception, code, subcode)
- mach_port_t exception_port;
- mach_port_t thread;
- mach_port_t task;
- integer_t exception;
- integer_t code;
- integer_t subcode;
-{ return catch_exception_raise(exception_port, thread, task, exception, code, subcode); }
-#else
-(
- mach_port_t exception_port,
- mach_port_t thread,
- mach_port_t task,
- integer_t exception,
- integer_t code,
- integer_t subcode
-);
-#endif
-
-#endif /* not defined(_exc_server_) */