root/test/manual/etags/c-src/machsyscalls.c

/* [<][>][^][v][top][bottom][index][help] */
     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"

/* [<][>][^][v][top][bottom][index][help] */