summaryrefslogtreecommitdiff
path: root/mach/mach_traps.S
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1991-10-19 01:45:37 +0000
committerRoland McGrath <roland@gnu.org>1991-10-19 01:45:37 +0000
commitca59e14442e0ff67d63ebeaa1a499f292b22c68b (patch)
treedc810446726ada062f0bd900b7938db9e21c78ea /mach/mach_traps.S
parent55bc0ed478729b93d6cac29d0acc91778ae47a5c (diff)
Initial revision
Diffstat (limited to 'mach/mach_traps.S')
-rw-r--r--mach/mach_traps.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/mach/mach_traps.S b/mach/mach_traps.S
new file mode 100644
index 0000000000..72cad09fab
--- /dev/null
+++ b/mach/mach_traps.S
@@ -0,0 +1,6 @@
+#include <sysdep.h>
+
+#define SYSCALL(name, number, type, args, typed_args) \
+ SYSCALL_TRAP (__##name, number)
+
+#include "mach_syscalls.h"