summaryrefslogtreecommitdiff
path: root/mach/mach_traps.S
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-06-07 20:37:41 +0000
committerRoland McGrath <roland@gnu.org>1996-06-07 20:37:41 +0000
commit9f447fb32c8f4944ef0c5c677be44e17b3fc529b (patch)
treef8237c308b683c96697629122c0a5531fa6c8c1f /mach/mach_traps.S
parentbd5fa7727c231fd750e65c8723b0dc6e8ba9c388 (diff)
Fri Jun 7 09:11:17 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* mach/mach_syscalls.c: Obsolete file removed. * mach/mach_syscalls.h: Likewise. * mach/mach_traps.S: Likewise. * mach/msg_destroy.c: Likewise. * mach/vm_page_size.c: Likewise.
Diffstat (limited to 'mach/mach_traps.S')
-rw-r--r--mach/mach_traps.S15
1 files changed, 0 insertions, 15 deletions
diff --git a/mach/mach_traps.S b/mach/mach_traps.S
deleted file mode 100644
index bd53646294..0000000000
--- a/mach/mach_traps.S
+++ /dev/null
@@ -1,15 +0,0 @@
-/* Traps for Mach basic system calls and kernel RPC shortcuts. */
-
-#include <sysdep.h>
-
-#define SYSCALL(name, number, type, args, typed_args) \
- SYSCALL_TRAP (__##name, number)
-
-/* Basic syscalls. */
-#include "mach_syscalls.h"
-
-/* RPC shortcuts. */
-#define SHORTCUT(name, number, args, typed_args) \
- SYSCALL_TRAP (__syscall_##name, number)
-
-#include "mach_shortcuts.h"