Home | History | Annotate | Line # | Download | only in arm
linux_syscall.h revision 1.56
      1  1.40       rtr /* $NetBSD: linux_syscall.h,v 1.56 2013/11/19 03:53:09 chs Exp $ */
      2   1.1     bjh21 
      3   1.1     bjh21 /*
      4   1.1     bjh21  * System call numbers.
      5   1.1     bjh21  *
      6   1.1     bjh21  * DO NOT EDIT-- this file is automatically generated.
      7  1.56       chs  * created from	NetBSD: syscalls.master,v 1.53 2013/11/19 03:52:07 chs Exp
      8   1.1     bjh21  */
      9   1.5     bjh21 
     10  1.26  christos #ifndef _LINUX_SYS_SYSCALL_H_
     11  1.26  christos #define	_LINUX_SYS_SYSCALL_H_
     12  1.26  christos 
     13  1.30     njoly #define	LINUX_SYS_MAXSYSARGS	8
     14  1.30     njoly 
     15   1.5     bjh21 /* syscall: "nosys" ret: "int" args: */
     16   1.5     bjh21 #define	LINUX_SYS_nosys	0
     17   1.1     bjh21 
     18   1.1     bjh21 /* syscall: "exit" ret: "int" args: "int" */
     19   1.1     bjh21 #define	LINUX_SYS_exit	1
     20   1.1     bjh21 
     21   1.1     bjh21 /* syscall: "fork" ret: "int" args: */
     22   1.1     bjh21 #define	LINUX_SYS_fork	2
     23   1.1     bjh21 
     24   1.1     bjh21 /* syscall: "read" ret: "int" args: "int" "char *" "u_int" */
     25   1.1     bjh21 #define	LINUX_SYS_read	3
     26   1.1     bjh21 
     27   1.1     bjh21 /* syscall: "write" ret: "int" args: "int" "char *" "u_int" */
     28   1.1     bjh21 #define	LINUX_SYS_write	4
     29   1.1     bjh21 
     30   1.1     bjh21 /* syscall: "open" ret: "int" args: "const char *" "int" "int" */
     31   1.1     bjh21 #define	LINUX_SYS_open	5
     32   1.1     bjh21 
     33   1.1     bjh21 /* syscall: "close" ret: "int" args: "int" */
     34   1.1     bjh21 #define	LINUX_SYS_close	6
     35   1.1     bjh21 
     36   1.1     bjh21 /* syscall: "waitpid" ret: "int" args: "int" "int *" "int" */
     37   1.1     bjh21 #define	LINUX_SYS_waitpid	7
     38   1.1     bjh21 
     39   1.1     bjh21 /* syscall: "creat" ret: "int" args: "const char *" "int" */
     40   1.1     bjh21 #define	LINUX_SYS_creat	8
     41   1.1     bjh21 
     42   1.1     bjh21 /* syscall: "link" ret: "int" args: "const char *" "const char *" */
     43   1.1     bjh21 #define	LINUX_SYS_link	9
     44   1.1     bjh21 
     45   1.1     bjh21 /* syscall: "unlink" ret: "int" args: "const char *" */
     46   1.1     bjh21 #define	LINUX_SYS_unlink	10
     47   1.1     bjh21 
     48   1.1     bjh21 /* syscall: "execve" ret: "int" args: "const char *" "char **" "char **" */
     49   1.1     bjh21 #define	LINUX_SYS_execve	11
     50   1.1     bjh21 
     51   1.1     bjh21 /* syscall: "chdir" ret: "int" args: "const char *" */
     52   1.1     bjh21 #define	LINUX_SYS_chdir	12
     53   1.1     bjh21 
     54   1.1     bjh21 /* syscall: "time" ret: "int" args: "linux_time_t *" */
     55   1.1     bjh21 #define	LINUX_SYS_time	13
     56   1.1     bjh21 
     57   1.1     bjh21 /* syscall: "mknod" ret: "int" args: "const char *" "int" "int" */
     58   1.1     bjh21 #define	LINUX_SYS_mknod	14
     59   1.1     bjh21 
     60   1.1     bjh21 /* syscall: "chmod" ret: "int" args: "const char *" "int" */
     61   1.1     bjh21 #define	LINUX_SYS_chmod	15
     62   1.1     bjh21 
     63  1.34     njoly /* syscall: "lchown16" ret: "int" args: "const char *" "linux_uid16_t" "linux_gid16_t" */
     64   1.1     bjh21 #define	LINUX_SYS_lchown16	16
     65   1.1     bjh21 
     66   1.1     bjh21 				/* 17 is obsolete break */
     67   1.1     bjh21 				/* 18 is obsolete ostat */
     68   1.1     bjh21 /* syscall: "lseek" ret: "long" args: "int" "long" "int" */
     69   1.1     bjh21 #define	LINUX_SYS_lseek	19
     70   1.1     bjh21 
     71   1.1     bjh21 /* syscall: "getpid" ret: "pid_t" args: */
     72   1.1     bjh21 #define	LINUX_SYS_getpid	20
     73   1.1     bjh21 
     74   1.1     bjh21 				/* 22 is obsolete umount */
     75   1.1     bjh21 /* syscall: "setuid" ret: "int" args: "uid_t" */
     76   1.1     bjh21 #define	LINUX_SYS_setuid	23
     77   1.1     bjh21 
     78   1.1     bjh21 /* syscall: "getuid" ret: "uid_t" args: */
     79   1.1     bjh21 #define	LINUX_SYS_getuid	24
     80   1.1     bjh21 
     81   1.1     bjh21 /* syscall: "stime" ret: "int" args: "linux_time_t *" */
     82   1.1     bjh21 #define	LINUX_SYS_stime	25
     83   1.1     bjh21 
     84   1.1     bjh21 /* syscall: "ptrace" ret: "int" args: "int" "int" "int" "int" */
     85   1.1     bjh21 #define	LINUX_SYS_ptrace	26
     86   1.1     bjh21 
     87   1.1     bjh21 /* syscall: "alarm" ret: "int" args: "unsigned int" */
     88   1.1     bjh21 #define	LINUX_SYS_alarm	27
     89   1.1     bjh21 
     90   1.1     bjh21 				/* 28 is obsolete ofstat */
     91   1.1     bjh21 /* syscall: "pause" ret: "int" args: */
     92   1.1     bjh21 #define	LINUX_SYS_pause	29
     93   1.1     bjh21 
     94   1.1     bjh21 /* syscall: "utime" ret: "int" args: "const char *" "struct linux_utimbuf *" */
     95   1.1     bjh21 #define	LINUX_SYS_utime	30
     96   1.1     bjh21 
     97   1.1     bjh21 				/* 31 is obsolete stty */
     98   1.1     bjh21 				/* 32 is obsolete gtty */
     99   1.1     bjh21 /* syscall: "access" ret: "int" args: "const char *" "int" */
    100   1.1     bjh21 #define	LINUX_SYS_access	33
    101   1.1     bjh21 
    102   1.1     bjh21 /* syscall: "nice" ret: "int" args: "int" */
    103   1.1     bjh21 #define	LINUX_SYS_nice	34
    104   1.1     bjh21 
    105   1.1     bjh21 				/* 35 is obsolete ftime */
    106   1.1     bjh21 /* syscall: "sync" ret: "int" args: */
    107   1.1     bjh21 #define	LINUX_SYS_sync	36
    108   1.1     bjh21 
    109   1.1     bjh21 /* syscall: "kill" ret: "int" args: "int" "int" */
    110   1.1     bjh21 #define	LINUX_SYS_kill	37
    111   1.1     bjh21 
    112  1.30     njoly /* syscall: "__posix_rename" ret: "int" args: "const char *" "const char *" */
    113  1.30     njoly #define	LINUX_SYS___posix_rename	38
    114   1.1     bjh21 
    115   1.1     bjh21 /* syscall: "mkdir" ret: "int" args: "const char *" "int" */
    116   1.1     bjh21 #define	LINUX_SYS_mkdir	39
    117   1.1     bjh21 
    118   1.1     bjh21 /* syscall: "rmdir" ret: "int" args: "const char *" */
    119   1.1     bjh21 #define	LINUX_SYS_rmdir	40
    120   1.1     bjh21 
    121  1.55     njoly /* syscall: "dup" ret: "int" args: "int" */
    122   1.1     bjh21 #define	LINUX_SYS_dup	41
    123   1.1     bjh21 
    124   1.1     bjh21 /* syscall: "pipe" ret: "int" args: "int *" */
    125   1.1     bjh21 #define	LINUX_SYS_pipe	42
    126   1.1     bjh21 
    127   1.1     bjh21 /* syscall: "times" ret: "int" args: "struct times *" */
    128   1.1     bjh21 #define	LINUX_SYS_times	43
    129   1.1     bjh21 
    130   1.1     bjh21 				/* 44 is obsolete prof */
    131   1.1     bjh21 /* syscall: "brk" ret: "int" args: "char *" */
    132   1.1     bjh21 #define	LINUX_SYS_brk	45
    133   1.1     bjh21 
    134   1.1     bjh21 /* syscall: "setgid" ret: "int" args: "gid_t" */
    135   1.1     bjh21 #define	LINUX_SYS_setgid	46
    136   1.1     bjh21 
    137   1.1     bjh21 /* syscall: "getgid" ret: "gid_t" args: */
    138   1.1     bjh21 #define	LINUX_SYS_getgid	47
    139   1.1     bjh21 
    140   1.1     bjh21 /* syscall: "signal" ret: "int" args: "int" "linux_handler_t" */
    141   1.1     bjh21 #define	LINUX_SYS_signal	48
    142   1.1     bjh21 
    143   1.1     bjh21 /* syscall: "geteuid" ret: "uid_t" args: */
    144   1.1     bjh21 #define	LINUX_SYS_geteuid	49
    145   1.1     bjh21 
    146   1.1     bjh21 /* syscall: "getegid" ret: "gid_t" args: */
    147   1.1     bjh21 #define	LINUX_SYS_getegid	50
    148   1.1     bjh21 
    149   1.1     bjh21 /* syscall: "acct" ret: "int" args: "char *" */
    150   1.1     bjh21 #define	LINUX_SYS_acct	51
    151   1.1     bjh21 
    152   1.1     bjh21 				/* 53 is obsolete lock */
    153  1.29  christos /* syscall: "ioctl" ret: "int" args: "int" "u_long" "void *" */
    154   1.1     bjh21 #define	LINUX_SYS_ioctl	54
    155   1.1     bjh21 
    156   1.1     bjh21 /* syscall: "fcntl" ret: "int" args: "int" "int" "void *" */
    157   1.1     bjh21 #define	LINUX_SYS_fcntl	55
    158   1.1     bjh21 
    159   1.1     bjh21 				/* 56 is obsolete mpx */
    160   1.1     bjh21 /* syscall: "setpgid" ret: "int" args: "int" "int" */
    161   1.1     bjh21 #define	LINUX_SYS_setpgid	57
    162   1.1     bjh21 
    163   1.1     bjh21 				/* 58 is obsolete ulimit */
    164   1.2     bjh21 /* syscall: "oldolduname" ret: "int" args: "struct linux_oldold_utsname *" */
    165   1.2     bjh21 #define	LINUX_SYS_oldolduname	59
    166   1.1     bjh21 
    167   1.1     bjh21 /* syscall: "umask" ret: "int" args: "int" */
    168   1.1     bjh21 #define	LINUX_SYS_umask	60
    169   1.1     bjh21 
    170   1.1     bjh21 /* syscall: "chroot" ret: "int" args: "char *" */
    171   1.1     bjh21 #define	LINUX_SYS_chroot	61
    172   1.1     bjh21 
    173  1.55     njoly /* syscall: "dup2" ret: "int" args: "int" "int" */
    174   1.1     bjh21 #define	LINUX_SYS_dup2	63
    175   1.1     bjh21 
    176   1.1     bjh21 /* syscall: "getppid" ret: "pid_t" args: */
    177   1.1     bjh21 #define	LINUX_SYS_getppid	64
    178   1.1     bjh21 
    179   1.1     bjh21 /* syscall: "getpgrp" ret: "int" args: */
    180   1.1     bjh21 #define	LINUX_SYS_getpgrp	65
    181   1.1     bjh21 
    182   1.1     bjh21 /* syscall: "setsid" ret: "int" args: */
    183   1.1     bjh21 #define	LINUX_SYS_setsid	66
    184   1.1     bjh21 
    185   1.1     bjh21 /* syscall: "sigaction" ret: "int" args: "int" "const struct linux_old_sigaction *" "struct linux_old_sigaction *" */
    186   1.1     bjh21 #define	LINUX_SYS_sigaction	67
    187   1.1     bjh21 
    188   1.1     bjh21 /* syscall: "siggetmask" ret: "int" args: */
    189   1.1     bjh21 #define	LINUX_SYS_siggetmask	68
    190   1.1     bjh21 
    191   1.1     bjh21 /* syscall: "sigsetmask" ret: "int" args: "linux_old_sigset_t" */
    192   1.1     bjh21 #define	LINUX_SYS_sigsetmask	69
    193   1.1     bjh21 
    194  1.34     njoly /* syscall: "setreuid16" ret: "int" args: "linux_uid16_t" "linux_uid16_t" */
    195  1.34     njoly #define	LINUX_SYS_setreuid16	70
    196   1.1     bjh21 
    197  1.34     njoly /* syscall: "setregid16" ret: "int" args: "linux_gid16_t" "linux_gid16_t" */
    198  1.34     njoly #define	LINUX_SYS_setregid16	71
    199   1.1     bjh21 
    200  1.29  christos /* syscall: "sigsuspend" ret: "int" args: "void *" "int" "int" */
    201   1.1     bjh21 #define	LINUX_SYS_sigsuspend	72
    202   1.1     bjh21 
    203   1.1     bjh21 /* syscall: "sigpending" ret: "int" args: "linux_old_sigset_t *" */
    204   1.1     bjh21 #define	LINUX_SYS_sigpending	73
    205   1.1     bjh21 
    206   1.1     bjh21 /* syscall: "sethostname" ret: "int" args: "char *" "u_int" */
    207   1.1     bjh21 #define	LINUX_SYS_sethostname	74
    208   1.1     bjh21 
    209   1.1     bjh21 /* syscall: "setrlimit" ret: "int" args: "u_int" "struct orlimit *" */
    210   1.1     bjh21 #define	LINUX_SYS_setrlimit	75
    211   1.1     bjh21 
    212   1.1     bjh21 /* syscall: "getrlimit" ret: "int" args: "u_int" "struct orlimit *" */
    213   1.1     bjh21 #define	LINUX_SYS_getrlimit	76
    214   1.1     bjh21 
    215  1.39       rtr /* syscall: "getrusage" ret: "int" args: "int" "struct rusage50 *" */
    216   1.1     bjh21 #define	LINUX_SYS_getrusage	77
    217   1.1     bjh21 
    218  1.42     njoly /* syscall: "gettimeofday" ret: "int" args: "struct timeval50 *" "struct timezone *" */
    219   1.1     bjh21 #define	LINUX_SYS_gettimeofday	78
    220   1.1     bjh21 
    221  1.42     njoly /* syscall: "settimeofday" ret: "int" args: "struct timeval50 *" "struct timezone *" */
    222   1.1     bjh21 #define	LINUX_SYS_settimeofday	79
    223   1.1     bjh21 
    224  1.34     njoly /* syscall: "getgroups16" ret: "int" args: "int" "linux_gid16_t *" */
    225  1.34     njoly #define	LINUX_SYS_getgroups16	80
    226   1.1     bjh21 
    227  1.34     njoly /* syscall: "setgroups16" ret: "int" args: "int" "linux_gid16_t *" */
    228  1.34     njoly #define	LINUX_SYS_setgroups16	81
    229   1.1     bjh21 
    230   1.1     bjh21 /* syscall: "oldselect" ret: "int" args: "struct linux_oldselect *" */
    231   1.1     bjh21 #define	LINUX_SYS_oldselect	82
    232   1.1     bjh21 
    233   1.1     bjh21 /* syscall: "symlink" ret: "int" args: "const char *" "const char *" */
    234   1.1     bjh21 #define	LINUX_SYS_symlink	83
    235   1.1     bjh21 
    236   1.1     bjh21 /* syscall: "oolstat" ret: "int" args: "const char *" "struct stat43 *" */
    237   1.1     bjh21 #define	LINUX_SYS_oolstat	84
    238   1.1     bjh21 
    239   1.1     bjh21 /* syscall: "readlink" ret: "int" args: "const char *" "char *" "int" */
    240   1.1     bjh21 #define	LINUX_SYS_readlink	85
    241   1.1     bjh21 
    242  1.17  jdolecek #ifdef EXEC_AOUT
    243   1.1     bjh21 /* syscall: "uselib" ret: "int" args: "const char *" */
    244   1.1     bjh21 #define	LINUX_SYS_uselib	86
    245   1.1     bjh21 
    246  1.17  jdolecek #else
    247   1.1     bjh21 				/* 86 is excluded uselib */
    248  1.17  jdolecek #endif
    249   1.1     bjh21 /* syscall: "swapon" ret: "int" args: "char *" */
    250   1.1     bjh21 #define	LINUX_SYS_swapon	87
    251   1.1     bjh21 
    252   1.1     bjh21 /* syscall: "reboot" ret: "int" args: "int" "int" "int" "void *" */
    253   1.1     bjh21 #define	LINUX_SYS_reboot	88
    254   1.1     bjh21 
    255  1.29  christos /* syscall: "readdir" ret: "int" args: "int" "void *" "unsigned int" */
    256   1.1     bjh21 #define	LINUX_SYS_readdir	89
    257   1.1     bjh21 
    258   1.1     bjh21 /* syscall: "old_mmap" ret: "int" args: "struct linux_oldmmap *" */
    259   1.1     bjh21 #define	LINUX_SYS_old_mmap	90
    260   1.1     bjh21 
    261  1.29  christos /* syscall: "munmap" ret: "int" args: "void *" "int" */
    262   1.1     bjh21 #define	LINUX_SYS_munmap	91
    263   1.1     bjh21 
    264   1.1     bjh21 /* syscall: "truncate" ret: "int" args: "const char *" "long" */
    265   1.1     bjh21 #define	LINUX_SYS_truncate	92
    266   1.1     bjh21 
    267   1.1     bjh21 /* syscall: "ftruncate" ret: "int" args: "int" "long" */
    268   1.1     bjh21 #define	LINUX_SYS_ftruncate	93
    269   1.1     bjh21 
    270   1.1     bjh21 /* syscall: "fchmod" ret: "int" args: "int" "int" */
    271   1.1     bjh21 #define	LINUX_SYS_fchmod	94
    272   1.1     bjh21 
    273  1.34     njoly /* syscall: "fchown16" ret: "int" args: "int" "linux_uid16_t" "linux_gid16_t" */
    274   1.1     bjh21 #define	LINUX_SYS_fchown16	95
    275   1.1     bjh21 
    276   1.1     bjh21 /* syscall: "getpriority" ret: "int" args: "int" "int" */
    277   1.1     bjh21 #define	LINUX_SYS_getpriority	96
    278   1.1     bjh21 
    279   1.1     bjh21 /* syscall: "setpriority" ret: "int" args: "int" "int" "int" */
    280   1.1     bjh21 #define	LINUX_SYS_setpriority	97
    281   1.1     bjh21 
    282  1.29  christos /* syscall: "profil" ret: "int" args: "void *" "u_int" "u_int" "u_int" */
    283   1.1     bjh21 #define	LINUX_SYS_profil	98
    284   1.1     bjh21 
    285   1.1     bjh21 /* syscall: "statfs" ret: "int" args: "const char *" "struct linux_statfs *" */
    286   1.1     bjh21 #define	LINUX_SYS_statfs	99
    287   1.1     bjh21 
    288   1.1     bjh21 /* syscall: "fstatfs" ret: "int" args: "int" "struct linux_statfs *" */
    289   1.1     bjh21 #define	LINUX_SYS_fstatfs	100
    290   1.1     bjh21 
    291   1.1     bjh21 /* syscall: "socketcall" ret: "int" args: "int" "void *" */
    292   1.1     bjh21 #define	LINUX_SYS_socketcall	102
    293   1.1     bjh21 
    294  1.51  christos /* syscall: "setitimer" ret: "int" args: "int" "struct itimerval50 *" "struct itimerval50 *" */
    295   1.1     bjh21 #define	LINUX_SYS_setitimer	104
    296   1.1     bjh21 
    297  1.51  christos /* syscall: "getitimer" ret: "int" args: "int" "struct itimerval50 *" */
    298   1.1     bjh21 #define	LINUX_SYS_getitimer	105
    299   1.1     bjh21 
    300   1.1     bjh21 /* syscall: "stat" ret: "int" args: "const char *" "struct linux_stat *" */
    301   1.1     bjh21 #define	LINUX_SYS_stat	106
    302   1.1     bjh21 
    303   1.1     bjh21 /* syscall: "lstat" ret: "int" args: "const char *" "struct linux_stat *" */
    304   1.1     bjh21 #define	LINUX_SYS_lstat	107
    305   1.1     bjh21 
    306   1.1     bjh21 /* syscall: "fstat" ret: "int" args: "int" "struct linux_stat *" */
    307   1.1     bjh21 #define	LINUX_SYS_fstat	108
    308   1.1     bjh21 
    309   1.2     bjh21 /* syscall: "olduname" ret: "int" args: "struct linux_oldutsname *" */
    310   1.2     bjh21 #define	LINUX_SYS_olduname	109
    311   1.1     bjh21 
    312  1.43     njoly /* syscall: "wait4" ret: "int" args: "int" "int *" "int" "struct rusage50 *" */
    313   1.1     bjh21 #define	LINUX_SYS_wait4	114
    314   1.1     bjh21 
    315   1.1     bjh21 /* syscall: "swapoff" ret: "int" args: "const char *" */
    316   1.1     bjh21 #define	LINUX_SYS_swapoff	115
    317   1.1     bjh21 
    318   1.1     bjh21 /* syscall: "sysinfo" ret: "int" args: "struct linux_sysinfo *" */
    319   1.1     bjh21 #define	LINUX_SYS_sysinfo	116
    320   1.1     bjh21 
    321  1.29  christos /* syscall: "ipc" ret: "int" args: "int" "int" "int" "int" "void *" */
    322   1.1     bjh21 #define	LINUX_SYS_ipc	117
    323   1.1     bjh21 
    324   1.1     bjh21 /* syscall: "fsync" ret: "int" args: "int" */
    325   1.1     bjh21 #define	LINUX_SYS_fsync	118
    326   1.1     bjh21 
    327   1.1     bjh21 /* syscall: "sigreturn" ret: "int" args: "struct linux_sigcontext *" */
    328   1.1     bjh21 #define	LINUX_SYS_sigreturn	119
    329   1.1     bjh21 
    330  1.47       chs /* syscall: "clone" ret: "int" args: "int" "void *" "void *" "void *" "void *" */
    331   1.1     bjh21 #define	LINUX_SYS_clone	120
    332   1.1     bjh21 
    333   1.1     bjh21 /* syscall: "setdomainname" ret: "int" args: "char *" "int" */
    334   1.1     bjh21 #define	LINUX_SYS_setdomainname	121
    335   1.2     bjh21 
    336   1.2     bjh21 /* syscall: "uname" ret: "int" args: "struct linux_utsname *" */
    337   1.2     bjh21 #define	LINUX_SYS_uname	122
    338   1.1     bjh21 
    339   1.9  christos /* syscall: "mprotect" ret: "int" args: "const void *" "unsigned long" "int" */
    340   1.1     bjh21 #define	LINUX_SYS_mprotect	125
    341   1.1     bjh21 
    342   1.1     bjh21 /* syscall: "sigprocmask" ret: "int" args: "int" "const linux_old_sigset_t *" "linux_old_sigset_t *" */
    343   1.1     bjh21 #define	LINUX_SYS_sigprocmask	126
    344   1.1     bjh21 
    345  1.33     njoly /* syscall: "getpgid" ret: "pid_t" args: "pid_t" */
    346   1.1     bjh21 #define	LINUX_SYS_getpgid	132
    347   1.1     bjh21 
    348   1.1     bjh21 /* syscall: "fchdir" ret: "int" args: "int" */
    349   1.1     bjh21 #define	LINUX_SYS_fchdir	133
    350   1.1     bjh21 
    351  1.45     njoly /* syscall: "personality" ret: "int" args: "unsigned long" */
    352   1.1     bjh21 #define	LINUX_SYS_personality	136
    353   1.1     bjh21 
    354   1.1     bjh21 /* syscall: "setfsuid" ret: "int" args: "uid_t" */
    355   1.1     bjh21 #define	LINUX_SYS_setfsuid	138
    356   1.1     bjh21 
    357  1.32     njoly /* syscall: "setfsgid" ret: "int" args: "gid_t" */
    358  1.32     njoly #define	LINUX_SYS_setfsgid	139
    359   1.1     bjh21 
    360  1.29  christos /* syscall: "llseek" ret: "int" args: "int" "u_int32_t" "u_int32_t" "void *" "int" */
    361   1.1     bjh21 #define	LINUX_SYS_llseek	140
    362   1.1     bjh21 
    363   1.1     bjh21 /* syscall: "getdents" ret: "int" args: "int" "struct linux_dirent *" "unsigned int" */
    364   1.1     bjh21 #define	LINUX_SYS_getdents	141
    365   1.1     bjh21 
    366  1.42     njoly /* syscall: "select" ret: "int" args: "int" "fd_set *" "fd_set *" "fd_set *" "struct timeval50 *" */
    367   1.1     bjh21 #define	LINUX_SYS_select	142
    368   1.1     bjh21 
    369   1.1     bjh21 /* syscall: "flock" ret: "int" args: "int" "int" */
    370   1.1     bjh21 #define	LINUX_SYS_flock	143
    371   1.1     bjh21 
    372  1.35     njoly /* syscall: "__msync13" ret: "int" args: "void *" "size_t" "int" */
    373  1.35     njoly #define	LINUX_SYS___msync13	144
    374   1.1     bjh21 
    375   1.1     bjh21 /* syscall: "readv" ret: "int" args: "int" "struct iovec *" "u_int" */
    376   1.1     bjh21 #define	LINUX_SYS_readv	145
    377   1.1     bjh21 
    378   1.1     bjh21 /* syscall: "writev" ret: "int" args: "int" "struct iovec *" "u_int" */
    379   1.1     bjh21 #define	LINUX_SYS_writev	146
    380   1.1     bjh21 
    381   1.1     bjh21 /* syscall: "getsid" ret: "pid_t" args: "pid_t" */
    382   1.1     bjh21 #define	LINUX_SYS_getsid	147
    383   1.1     bjh21 
    384   1.1     bjh21 /* syscall: "fdatasync" ret: "int" args: "int" */
    385   1.1     bjh21 #define	LINUX_SYS_fdatasync	148
    386   1.1     bjh21 
    387   1.1     bjh21 /* syscall: "__sysctl" ret: "int" args: "struct linux___sysctl *" */
    388   1.1     bjh21 #define	LINUX_SYS___sysctl	149
    389   1.1     bjh21 
    390  1.29  christos /* syscall: "mlock" ret: "int" args: "void *" "size_t" */
    391   1.1     bjh21 #define	LINUX_SYS_mlock	150
    392   1.1     bjh21 
    393  1.29  christos /* syscall: "munlock" ret: "int" args: "void *" "size_t" */
    394   1.1     bjh21 #define	LINUX_SYS_munlock	151
    395   1.1     bjh21 
    396   1.1     bjh21 /* syscall: "mlockall" ret: "int" args: "int" */
    397   1.1     bjh21 #define	LINUX_SYS_mlockall	152
    398   1.1     bjh21 
    399   1.1     bjh21 /* syscall: "munlockall" ret: "int" args: */
    400   1.1     bjh21 #define	LINUX_SYS_munlockall	153
    401   1.1     bjh21 
    402   1.1     bjh21 /* syscall: "sched_setparam" ret: "int" args: "pid_t" "const struct linux_sched_param *" */
    403   1.1     bjh21 #define	LINUX_SYS_sched_setparam	154
    404   1.1     bjh21 
    405   1.1     bjh21 /* syscall: "sched_getparam" ret: "int" args: "pid_t" "struct linux_sched_param *" */
    406   1.1     bjh21 #define	LINUX_SYS_sched_getparam	155
    407   1.1     bjh21 
    408   1.1     bjh21 /* syscall: "sched_setscheduler" ret: "int" args: "pid_t" "int" "const struct linux_sched_param *" */
    409   1.1     bjh21 #define	LINUX_SYS_sched_setscheduler	156
    410   1.1     bjh21 
    411   1.1     bjh21 /* syscall: "sched_getscheduler" ret: "int" args: "pid_t" */
    412   1.1     bjh21 #define	LINUX_SYS_sched_getscheduler	157
    413   1.1     bjh21 
    414   1.1     bjh21 /* syscall: "sched_yield" ret: "int" args: */
    415   1.1     bjh21 #define	LINUX_SYS_sched_yield	158
    416   1.1     bjh21 
    417   1.1     bjh21 /* syscall: "sched_get_priority_max" ret: "int" args: "int" */
    418   1.1     bjh21 #define	LINUX_SYS_sched_get_priority_max	159
    419   1.1     bjh21 
    420   1.1     bjh21 /* syscall: "sched_get_priority_min" ret: "int" args: "int" */
    421   1.1     bjh21 #define	LINUX_SYS_sched_get_priority_min	160
    422   1.1     bjh21 
    423  1.37     njoly /* syscall: "nanosleep" ret: "int" args: "const struct linux_timespec *" "struct linux_timespec *" */
    424   1.1     bjh21 #define	LINUX_SYS_nanosleep	162
    425   1.1     bjh21 
    426   1.1     bjh21 /* syscall: "mremap" ret: "void *" args: "void *" "size_t" "size_t" "u_long" */
    427   1.1     bjh21 #define	LINUX_SYS_mremap	163
    428   1.1     bjh21 
    429  1.34     njoly /* syscall: "setresuid16" ret: "int" args: "linux_uid16_t" "linux_uid16_t" "linux_uid16_t" */
    430  1.34     njoly #define	LINUX_SYS_setresuid16	164
    431   1.1     bjh21 
    432  1.34     njoly /* syscall: "getresuid16" ret: "int" args: "linux_uid16_t *" "linux_uid16_t *" "linux_uid16_t *" */
    433  1.34     njoly #define	LINUX_SYS_getresuid16	165
    434   1.1     bjh21 
    435   1.1     bjh21 /* syscall: "poll" ret: "int" args: "struct pollfd *" "u_int" "int" */
    436   1.1     bjh21 #define	LINUX_SYS_poll	168
    437   1.1     bjh21 
    438  1.34     njoly /* syscall: "setresgid16" ret: "int" args: "linux_gid16_t" "linux_gid16_t" "linux_gid16_t" */
    439  1.34     njoly #define	LINUX_SYS_setresgid16	170
    440   1.1     bjh21 
    441  1.34     njoly /* syscall: "getresgid16" ret: "int" args: "linux_gid16_t *" "linux_gid16_t *" "linux_gid16_t *" */
    442  1.34     njoly #define	LINUX_SYS_getresgid16	171
    443   1.1     bjh21 
    444   1.1     bjh21 /* syscall: "rt_sigaction" ret: "int" args: "int" "const struct linux_sigaction *" "struct linux_sigaction *" "size_t" */
    445   1.1     bjh21 #define	LINUX_SYS_rt_sigaction	174
    446   1.1     bjh21 
    447   1.1     bjh21 /* syscall: "rt_sigprocmask" ret: "int" args: "int" "const linux_sigset_t *" "linux_sigset_t *" "size_t" */
    448   1.1     bjh21 #define	LINUX_SYS_rt_sigprocmask	175
    449   1.1     bjh21 
    450   1.1     bjh21 /* syscall: "rt_sigpending" ret: "int" args: "linux_sigset_t *" "size_t" */
    451   1.1     bjh21 #define	LINUX_SYS_rt_sigpending	176
    452   1.1     bjh21 
    453  1.51  christos /* syscall: "rt_sigtimedwait" ret: "int" args: "const linux_sigset_t *" "linux_siginfo_t *" "const struct linux_timespec *" */
    454  1.51  christos #define	LINUX_SYS_rt_sigtimedwait	177
    455  1.51  christos 
    456  1.44     njoly /* syscall: "rt_queueinfo" ret: "int" args: "int" "int" "linux_siginfo_t *" */
    457   1.1     bjh21 #define	LINUX_SYS_rt_queueinfo	178
    458   1.1     bjh21 
    459   1.1     bjh21 /* syscall: "rt_sigsuspend" ret: "int" args: "linux_sigset_t *" "size_t" */
    460   1.1     bjh21 #define	LINUX_SYS_rt_sigsuspend	179
    461   1.1     bjh21 
    462   1.1     bjh21 /* syscall: "pread" ret: "int" args: "int" "char *" "size_t" "linux_off_t" */
    463   1.1     bjh21 #define	LINUX_SYS_pread	180
    464   1.1     bjh21 
    465   1.1     bjh21 /* syscall: "pwrite" ret: "int" args: "int" "char *" "size_t" "linux_off_t" */
    466   1.1     bjh21 #define	LINUX_SYS_pwrite	181
    467   1.1     bjh21 
    468  1.34     njoly /* syscall: "chown16" ret: "int" args: "const char *" "linux_uid16_t" "linux_gid16_t" */
    469   1.1     bjh21 #define	LINUX_SYS_chown16	182
    470   1.1     bjh21 
    471   1.1     bjh21 /* syscall: "__getcwd" ret: "int" args: "char *" "size_t" */
    472   1.1     bjh21 #define	LINUX_SYS___getcwd	183
    473   1.1     bjh21 
    474   1.1     bjh21 /* syscall: "sigaltstack" ret: "int" args: "const struct linux_sigaltstack *" "struct linux_sigaltstack *" */
    475   1.1     bjh21 #define	LINUX_SYS_sigaltstack	186
    476   1.1     bjh21 
    477   1.1     bjh21 /* syscall: "vfork" ret: "int" args: */
    478   1.1     bjh21 #define	LINUX_SYS_vfork	190
    479   1.8     bjh21 
    480   1.8     bjh21 /* syscall: "ugetrlimit" ret: "int" args: "int" "struct rlimit *" */
    481   1.8     bjh21 #define	LINUX_SYS_ugetrlimit	191
    482  1.14  christos 
    483  1.31       dsl #define linux_sys_mmap2_args linux_sys_mmap_args
    484  1.14  christos /* syscall: "mmap2" ret: "linux_off_t" args: "unsigned long" "size_t" "int" "int" "int" "linux_off_t" */
    485  1.14  christos #define	LINUX_SYS_mmap2	192
    486   1.7  christos 
    487   1.1     bjh21 /* syscall: "truncate64" ret: "int" args: "const char *" "off_t" */
    488   1.1     bjh21 #define	LINUX_SYS_truncate64	193
    489   1.1     bjh21 
    490  1.16  jdolecek /* syscall: "ftruncate64" ret: "int" args: "unsigned int" "off_t" */
    491   1.1     bjh21 #define	LINUX_SYS_ftruncate64	194
    492   1.1     bjh21 
    493   1.1     bjh21 /* syscall: "stat64" ret: "int" args: "const char *" "struct linux_stat64 *" */
    494   1.1     bjh21 #define	LINUX_SYS_stat64	195
    495   1.1     bjh21 
    496   1.1     bjh21 /* syscall: "lstat64" ret: "int" args: "const char *" "struct linux_stat64 *" */
    497   1.1     bjh21 #define	LINUX_SYS_lstat64	196
    498   1.1     bjh21 
    499   1.1     bjh21 /* syscall: "fstat64" ret: "int" args: "int" "struct linux_stat64 *" */
    500   1.1     bjh21 #define	LINUX_SYS_fstat64	197
    501   1.1     bjh21 
    502  1.30     njoly /* syscall: "__posix_lchown" ret: "int" args: "const char *" "uid_t" "gid_t" */
    503  1.30     njoly #define	LINUX_SYS___posix_lchown	198
    504   1.1     bjh21 
    505   1.1     bjh21 /* syscall: "getuid32" ret: "uid_t" args: */
    506   1.1     bjh21 #define	LINUX_SYS_getuid32	199
    507   1.1     bjh21 
    508   1.1     bjh21 /* syscall: "getgid32" ret: "gid_t" args: */
    509   1.1     bjh21 #define	LINUX_SYS_getgid32	200
    510   1.1     bjh21 
    511   1.1     bjh21 /* syscall: "geteuid32" ret: "uid_t" args: */
    512   1.1     bjh21 #define	LINUX_SYS_geteuid32	201
    513   1.1     bjh21 
    514   1.1     bjh21 /* syscall: "getegid32" ret: "gid_t" args: */
    515   1.1     bjh21 #define	LINUX_SYS_getegid32	202
    516   1.1     bjh21 
    517   1.1     bjh21 /* syscall: "setreuid32" ret: "int" args: "uid_t" "uid_t" */
    518   1.1     bjh21 #define	LINUX_SYS_setreuid32	203
    519   1.1     bjh21 
    520   1.1     bjh21 /* syscall: "setregid32" ret: "int" args: "gid_t" "gid_t" */
    521   1.1     bjh21 #define	LINUX_SYS_setregid32	204
    522   1.1     bjh21 
    523   1.1     bjh21 /* syscall: "getgroups32" ret: "int" args: "u_int" "gid_t *" */
    524   1.1     bjh21 #define	LINUX_SYS_getgroups32	205
    525   1.1     bjh21 
    526   1.1     bjh21 /* syscall: "setgroups32" ret: "int" args: "u_int" "gid_t *" */
    527   1.1     bjh21 #define	LINUX_SYS_setgroups32	206
    528   1.1     bjh21 
    529   1.1     bjh21 /* syscall: "fchown32" ret: "int" args: "int" "uid_t" "gid_t" */
    530   1.1     bjh21 #define	LINUX_SYS_fchown32	207
    531   1.1     bjh21 
    532   1.1     bjh21 /* syscall: "setresuid32" ret: "int" args: "uid_t" "uid_t" "uid_t" */
    533   1.1     bjh21 #define	LINUX_SYS_setresuid32	208
    534   1.1     bjh21 
    535   1.1     bjh21 /* syscall: "getresuid32" ret: "int" args: "uid_t *" "uid_t *" "uid_t *" */
    536   1.1     bjh21 #define	LINUX_SYS_getresuid32	209
    537   1.1     bjh21 
    538   1.1     bjh21 /* syscall: "setresgid32" ret: "int" args: "gid_t" "gid_t" "gid_t" */
    539   1.1     bjh21 #define	LINUX_SYS_setresgid32	210
    540   1.1     bjh21 
    541   1.1     bjh21 /* syscall: "getresgid32" ret: "int" args: "gid_t *" "gid_t *" "gid_t *" */
    542   1.1     bjh21 #define	LINUX_SYS_getresgid32	211
    543   1.1     bjh21 
    544   1.1     bjh21 /* syscall: "chown32" ret: "int" args: "const char *" "uid_t" "gid_t" */
    545   1.1     bjh21 #define	LINUX_SYS_chown32	212
    546   1.1     bjh21 
    547   1.1     bjh21 /* syscall: "setuid32" ret: "int" args: "uid_t" */
    548   1.1     bjh21 #define	LINUX_SYS_setuid32	213
    549   1.1     bjh21 
    550   1.1     bjh21 /* syscall: "setgid32" ret: "int" args: "gid_t" */
    551   1.1     bjh21 #define	LINUX_SYS_setgid32	214
    552   1.1     bjh21 
    553   1.1     bjh21 /* syscall: "setfsuid32" ret: "int" args: "uid_t" */
    554   1.1     bjh21 #define	LINUX_SYS_setfsuid32	215
    555   1.1     bjh21 
    556  1.32     njoly /* syscall: "setfsgid32" ret: "int" args: "gid_t" */
    557  1.32     njoly #define	LINUX_SYS_setfsgid32	216
    558  1.10  christos 
    559  1.10  christos /* syscall: "getdents64" ret: "int" args: "int" "struct linux_dirent64 *" "unsigned int" */
    560  1.10  christos #define	LINUX_SYS_getdents64	217
    561  1.11  jdolecek 
    562  1.17  jdolecek /* syscall: "mincore" ret: "int" args: "void *" "size_t" "char *" */
    563  1.17  jdolecek #define	LINUX_SYS_mincore	219
    564  1.17  jdolecek 
    565  1.17  jdolecek /* syscall: "madvise" ret: "int" args: "void *" "size_t" "int" */
    566  1.17  jdolecek #define	LINUX_SYS_madvise	220
    567  1.17  jdolecek 
    568  1.11  jdolecek /* syscall: "fcntl64" ret: "int" args: "int" "int" "void *" */
    569  1.11  jdolecek #define	LINUX_SYS_fcntl64	221
    570   1.6     bjh21 
    571  1.47       chs /* syscall: "gettid" ret: "pid_t" args: */
    572  1.47       chs #define	LINUX_SYS_gettid	224
    573  1.47       chs 
    574  1.23      fvdl /* syscall: "setxattr" ret: "int" args: "char *" "char *" "void *" "size_t" "int" */
    575  1.23      fvdl #define	LINUX_SYS_setxattr	226
    576  1.23      fvdl 
    577  1.23      fvdl /* syscall: "lsetxattr" ret: "int" args: "char *" "char *" "void *" "size_t" "int" */
    578  1.23      fvdl #define	LINUX_SYS_lsetxattr	227
    579  1.23      fvdl 
    580  1.23      fvdl /* syscall: "fsetxattr" ret: "int" args: "int" "char *" "void *" "size_t" "int" */
    581  1.23      fvdl #define	LINUX_SYS_fsetxattr	228
    582  1.23      fvdl 
    583  1.23      fvdl /* syscall: "getxattr" ret: "ssize_t" args: "char *" "char *" "void *" "size_t" */
    584  1.23      fvdl #define	LINUX_SYS_getxattr	229
    585  1.23      fvdl 
    586  1.23      fvdl /* syscall: "lgetxattr" ret: "ssize_t" args: "char *" "char *" "void *" "size_t" */
    587  1.23      fvdl #define	LINUX_SYS_lgetxattr	230
    588  1.23      fvdl 
    589  1.23      fvdl /* syscall: "fgetxattr" ret: "ssize_t" args: "int" "char *" "void *" "size_t" */
    590  1.23      fvdl #define	LINUX_SYS_fgetxattr	231
    591  1.23      fvdl 
    592  1.23      fvdl /* syscall: "listxattr" ret: "ssize_t" args: "char *" "char *" "size_t" */
    593  1.23      fvdl #define	LINUX_SYS_listxattr	232
    594  1.23      fvdl 
    595  1.23      fvdl /* syscall: "llistxattr" ret: "ssize_t" args: "char *" "char *" "size_t" */
    596  1.23      fvdl #define	LINUX_SYS_llistxattr	233
    597  1.23      fvdl 
    598  1.23      fvdl /* syscall: "flistxattr" ret: "ssize_t" args: "int" "char *" "size_t" */
    599  1.23      fvdl #define	LINUX_SYS_flistxattr	234
    600  1.23      fvdl 
    601  1.23      fvdl /* syscall: "removexattr" ret: "int" args: "char *" "char *" */
    602  1.23      fvdl #define	LINUX_SYS_removexattr	235
    603  1.23      fvdl 
    604  1.23      fvdl /* syscall: "lremovexattr" ret: "int" args: "char *" "char *" */
    605  1.23      fvdl #define	LINUX_SYS_lremovexattr	236
    606  1.23      fvdl 
    607  1.23      fvdl /* syscall: "fremovexattr" ret: "int" args: "int" "char *" */
    608  1.23      fvdl #define	LINUX_SYS_fremovexattr	237
    609  1.23      fvdl 
    610  1.47       chs /* syscall: "tkill" ret: "int" args: "int" "int" */
    611  1.47       chs #define	LINUX_SYS_tkill	238
    612  1.47       chs 
    613  1.47       chs /* syscall: "futex" ret: "int" args: "int *" "int" "int" "const struct linux_timespec *" "int *" "int" */
    614  1.47       chs #define	LINUX_SYS_futex	240
    615  1.47       chs 
    616  1.47       chs /* syscall: "sched_setaffinity" ret: "int" args: "pid_t" "unsigned int" "unsigned long *" */
    617  1.47       chs #define	LINUX_SYS_sched_setaffinity	241
    618  1.47       chs 
    619  1.47       chs /* syscall: "sched_getaffinity" ret: "int" args: "pid_t" "unsigned int" "unsigned long *" */
    620  1.47       chs #define	LINUX_SYS_sched_getaffinity	242
    621  1.47       chs 
    622  1.19  jdolecek /* syscall: "exit_group" ret: "int" args: "int" */
    623  1.19  jdolecek #define	LINUX_SYS_exit_group	248
    624  1.19  jdolecek 
    625  1.47       chs /* syscall: "set_tid_address" ret: "int" args: "int *" */
    626  1.47       chs #define	LINUX_SYS_set_tid_address	256
    627  1.47       chs 
    628  1.24      fvdl /* syscall: "clock_settime" ret: "int" args: "clockid_t" "struct linux_timespec *" */
    629  1.24      fvdl #define	LINUX_SYS_clock_settime	262
    630  1.24      fvdl 
    631  1.24      fvdl /* syscall: "clock_gettime" ret: "int" args: "clockid_t" "struct linux_timespec *" */
    632  1.24      fvdl #define	LINUX_SYS_clock_gettime	263
    633  1.24      fvdl 
    634  1.24      fvdl /* syscall: "clock_getres" ret: "int" args: "clockid_t" "struct linux_timespec *" */
    635  1.24      fvdl #define	LINUX_SYS_clock_getres	264
    636  1.24      fvdl 
    637  1.24      fvdl /* syscall: "clock_nanosleep" ret: "int" args: "clockid_t" "int" "struct linux_timespec *" "struct linux_timespec *" */
    638  1.24      fvdl #define	LINUX_SYS_clock_nanosleep	265
    639  1.24      fvdl 
    640  1.20  jdolecek /* syscall: "statfs64" ret: "int" args: "const char *" "size_t" "struct linux_statfs64 *" */
    641  1.20  jdolecek #define	LINUX_SYS_statfs64	266
    642  1.20  jdolecek 
    643  1.20  jdolecek /* syscall: "fstatfs64" ret: "int" args: "int" "size_t" "struct linux_statfs64 *" */
    644  1.20  jdolecek #define	LINUX_SYS_fstatfs64	267
    645  1.20  jdolecek 
    646  1.47       chs /* syscall: "tgkill" ret: "int" args: "int" "int" "int" */
    647  1.47       chs #define	LINUX_SYS_tgkill	268
    648  1.47       chs 
    649  1.53     pooka /* syscall: "utimes" ret: "int" args: "const char *" "struct linux_timeval *" */
    650  1.53     pooka #define	LINUX_SYS_utimes	269
    651  1.53     pooka 
    652  1.49     alnsn /* syscall: "fadvise64_64" ret: "int" args: "int" "linux_off_t" "linux_off_t" "int" */
    653  1.49     alnsn #define	LINUX_SYS_fadvise64_64	270
    654  1.49     alnsn 
    655  1.56       chs /* syscall: "openat" ret: "int" args: "int" "const char *" "int" "..." */
    656  1.56       chs #define	LINUX_SYS_openat	322
    657  1.56       chs 
    658  1.56       chs /* syscall: "mkdirat" ret: "int" args: "int" "const char *" "linux_umode_t" */
    659  1.56       chs #define	LINUX_SYS_mkdirat	323
    660  1.56       chs 
    661  1.56       chs /* syscall: "mknodat" ret: "int" args: "int" "const char *" "linux_umode_t" "unsigned" */
    662  1.56       chs #define	LINUX_SYS_mknodat	324
    663  1.56       chs 
    664  1.56       chs /* syscall: "fchownat" ret: "int" args: "int" "const char *" "uid_t" "gid_t" "int" */
    665  1.56       chs #define	LINUX_SYS_fchownat	325
    666  1.56       chs 
    667  1.56       chs /* syscall: "fstatat64" ret: "int" args: "int" "const char *" "struct linux_stat64 *" "int" */
    668  1.56       chs #define	LINUX_SYS_fstatat64	327
    669  1.56       chs 
    670  1.56       chs /* syscall: "unlinkat" ret: "int" args: "int" "const char *" "int" */
    671  1.56       chs #define	LINUX_SYS_unlinkat	328
    672  1.56       chs 
    673  1.56       chs /* syscall: "renameat" ret: "int" args: "int" "const char *" "int" "const char *" */
    674  1.56       chs #define	LINUX_SYS_renameat	329
    675  1.56       chs 
    676  1.56       chs /* syscall: "linkat" ret: "int" args: "int" "const char *" "int" "const char *" "int" */
    677  1.56       chs #define	LINUX_SYS_linkat	330
    678  1.56       chs 
    679  1.56       chs /* syscall: "symlinkat" ret: "int" args: "const char *" "int" "const char *" */
    680  1.56       chs #define	LINUX_SYS_symlinkat	331
    681  1.56       chs 
    682  1.56       chs /* syscall: "readlinkat" ret: "int" args: "int" "const char *" "char *" "size_t" */
    683  1.56       chs #define	LINUX_SYS_readlinkat	332
    684  1.56       chs 
    685  1.56       chs /* syscall: "fchmodat" ret: "int" args: "int" "const char *" "linux_umode_t" */
    686  1.56       chs #define	LINUX_SYS_fchmodat	333
    687  1.56       chs 
    688  1.56       chs /* syscall: "faccessat" ret: "int" args: "int" "const char *" "int" */
    689  1.56       chs #define	LINUX_SYS_faccessat	334
    690  1.56       chs 
    691  1.52     pooka /* syscall: "ppoll" ret: "int" args: "struct pollfd *" "int" "struct linux_timespec *" "linux_sigset_t *" */
    692  1.52     pooka #define	LINUX_SYS_ppoll	336
    693  1.52     pooka 
    694  1.47       chs /* syscall: "set_robust_list" ret: "int" args: "struct linux_robust_list_head *" "size_t" */
    695  1.47       chs #define	LINUX_SYS_set_robust_list	338
    696  1.47       chs 
    697  1.47       chs /* syscall: "get_robust_list" ret: "int" args: "int" "struct linux_robust_list_head **" "size_t *" */
    698  1.47       chs #define	LINUX_SYS_get_robust_list	339
    699  1.47       chs 
    700  1.54     njoly /* syscall: "utimensat" ret: "int" args: "int" "const char *" "struct linux_timespec *" "int" */
    701  1.54     njoly #define	LINUX_SYS_utimensat	348
    702  1.54     njoly 
    703  1.48        he /* syscall: "dup3" ret: "int" args: "int" "int" "int" */
    704  1.48        he #define	LINUX_SYS_dup3	358
    705  1.48        he 
    706  1.48        he /* syscall: "pipe2" ret: "int" args: "int *" "int" */
    707  1.48        he #define	LINUX_SYS_pipe2	359
    708  1.48        he 
    709   1.6     bjh21 /* syscall: "breakpoint" ret: "int" args: */
    710  1.18  jdolecek #define	LINUX_SYS_breakpoint	385
    711   1.1     bjh21 
    712  1.47       chs /* syscall: "cacheflush" ret: "int" args: "uintptr_t" "intptr_t" "int" */
    713  1.18  jdolecek #define	LINUX_SYS_cacheflush	386
    714   1.3     bjh21 
    715  1.47       chs /* syscall: "set_tls" ret: "int" args: "void *" */
    716  1.47       chs #define	LINUX_SYS_set_tls	389
    717  1.47       chs 
    718  1.47       chs #define	LINUX_SYS_MAXSYSCALL	390
    719   1.1     bjh21 #define	LINUX_SYS_NSYSENT	512
    720  1.26  christos #endif /* _LINUX_SYS_SYSCALL_H_ */
    721