]> sourceware.org Git - glibc.git/blame - mach/mach_traps.S
Thu Jan 25 21:10:39 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
[glibc.git] / mach / mach_traps.S
CommitLineData
28f540f4
RM
1/* Traps for Mach basic system calls and kernel RPC shortcuts. */
2
3#include <sysdep.h>
4
5#define SYSCALL(name, number, type, args, typed_args) \
6 SYSCALL_TRAP (__##name, number)
7
8/* Basic syscalls. */
9#include "mach_syscalls.h"
10
11/* RPC shortcuts. */
12#define SHORTCUT(name, number, args, typed_args) \
13 SYSCALL_TRAP (__syscall_##name, number)
14
15#include "mach_shortcuts.h"
This page took 0.034557 seconds and 5 git commands to generate.