From 28f540f45bbacd939bfd07f213bcad2bf730b1bf Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 18 Feb 1995 01:27:10 +0000 Subject: initial import --- mach/mach_syscalls.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mach/mach_syscalls.c (limited to 'mach/mach_syscalls.c') diff --git a/mach/mach_syscalls.c b/mach/mach_syscalls.c new file mode 100644 index 0000000000..44930c33cf --- /dev/null +++ b/mach/mach_syscalls.c @@ -0,0 +1,10 @@ +/* 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" -- cgit 1.4.1