repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed typo in IPPORT_WHOIS.
[glibc.git]
/
mach
/
mach_syscalls.c
blob
44930c33cf3748eb606281a0db3487af06bf2ca9
1
/* Aliases for basic Mach system calls:
2
mach_task_self -> __mach_task_self, etc. */
3
4
#include <gnu-stabs.h>
5
6
#define SYSCALL(name, number, type, args, typed_args) \
7
function_alias (name, __##name, type, args, \
8
name typed_args)
9
10
#include
"mach_syscalls.h"