]> code.delx.au - gnu-emacs/blob - test/etags/c-src/machsyscalls.c
Use ‘T *restrict’ proto, not ‘T[restrict]’
[gnu-emacs] / test / etags / c-src / machsyscalls.c
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"