From 9f447fb32c8f4944ef0c5c677be44e17b3fc529b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 7 Jun 1996 20:37:41 +0000 Subject: Fri Jun 7 09:11:17 1996 Roland McGrath * 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. --- mach/mach_syscalls.c | 10 ---------- mach/mach_traps.S | 15 --------------- mach/msg_destroy.c | 4 ---- mach/vm_page_size.c | 3 --- 4 files changed, 32 deletions(-) delete mode 100644 mach/mach_syscalls.c delete mode 100644 mach/mach_traps.S delete mode 100644 mach/msg_destroy.c delete mode 100644 mach/vm_page_size.c (limited to 'mach') diff --git a/mach/mach_syscalls.c b/mach/mach_syscalls.c deleted file mode 100644 index 44930c33cf..0000000000 --- a/mach/mach_syscalls.c +++ /dev/null @@ -1,10 +0,0 @@ -/* Aliases for basic Mach system calls: - mach_task_self -> __mach_task_self, etc. */ - -#include - -#define SYSCALL(name, number, type, args, typed_args) \ - function_alias (name, __##name, type, args, \ - name typed_args) - -#include "mach_syscalls.h" 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 - -#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" diff --git a/mach/msg_destroy.c b/mach/msg_destroy.c deleted file mode 100644 index 9461e3d1a2..0000000000 --- a/mach/msg_destroy.c +++ /dev/null @@ -1,4 +0,0 @@ -#include - -#undef mach_msg_destroy -symbol_alias (__mach_msg_destroy, mach_msg_destroy); diff --git a/mach/vm_page_size.c b/mach/vm_page_size.c deleted file mode 100644 index 767e709f5c..0000000000 --- a/mach/vm_page_size.c +++ /dev/null @@ -1,3 +0,0 @@ -#include - -symbol_alias (__vm_page_size, vm_page_size); -- cgit 1.4.1