* sysdeps/unix/sysv/linux/i386/profil-counter.h: New file.
[platform/upstream/glibc.git] / mach / mach_traps.S
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"