linux_syscall.h revision 1.52
11.37Snjoly/* $NetBSD: linux_syscall.h,v 1.52 2011/04/15 13:07:38 he Exp $ */
21.1Smanu
31.1Smanu/*
41.1Smanu * System call numbers.
51.1Smanu *
61.1Smanu * DO NOT EDIT-- this file is automatically generated.
71.51Schs * created from	NetBSD: syscalls.master,v 1.45 2010/07/07 01:30:34 chs Exp
81.1Smanu */
91.1Smanu
101.33Schristos#ifndef _LINUX_SYS_SYSCALL_H_
111.33Schristos#define	_LINUX_SYS_SYSCALL_H_
121.33Schristos
131.37Snjoly#define	LINUX_SYS_MAXSYSARGS	8
141.37Snjoly
151.1Smanu/* syscall: "syscall" ret: "int" args: */
161.1Smanu#define	LINUX_SYS_syscall	0
171.1Smanu
181.1Smanu/* syscall: "exit" ret: "int" args: "int" */
191.1Smanu#define	LINUX_SYS_exit	1
201.1Smanu
211.1Smanu/* syscall: "fork" ret: "int" args: */
221.1Smanu#define	LINUX_SYS_fork	2
231.1Smanu
241.1Smanu/* syscall: "read" ret: "int" args: "int" "char *" "u_int" */
251.1Smanu#define	LINUX_SYS_read	3
261.1Smanu
271.1Smanu/* syscall: "write" ret: "int" args: "int" "char *" "u_int" */
281.1Smanu#define	LINUX_SYS_write	4
291.1Smanu
301.1Smanu/* syscall: "open" ret: "int" args: "const char *" "int" "int" */
311.1Smanu#define	LINUX_SYS_open	5
321.1Smanu
331.1Smanu/* syscall: "close" ret: "int" args: "int" */
341.1Smanu#define	LINUX_SYS_close	6
351.1Smanu
361.1Smanu/* syscall: "waitpid" ret: "int" args: "int" "int *" "int" */
371.1Smanu#define	LINUX_SYS_waitpid	7
381.1Smanu
391.1Smanu/* syscall: "creat" ret: "int" args: "const char *" "int" */
401.1Smanu#define	LINUX_SYS_creat	8
411.1Smanu
421.1Smanu/* syscall: "link" ret: "int" args: "const char *" "const char *" */
431.1Smanu#define	LINUX_SYS_link	9
441.1Smanu
451.1Smanu/* syscall: "unlink" ret: "int" args: "const char *" */
461.1Smanu#define	LINUX_SYS_unlink	10
471.1Smanu
481.1Smanu/* syscall: "execve" ret: "int" args: "const char *" "char **" "char **" */
491.1Smanu#define	LINUX_SYS_execve	11
501.1Smanu
511.1Smanu/* syscall: "chdir" ret: "int" args: "const char *" */
521.1Smanu#define	LINUX_SYS_chdir	12
531.1Smanu
541.1Smanu/* syscall: "time" ret: "int" args: "linux_time_t *" */
551.1Smanu#define	LINUX_SYS_time	13
561.1Smanu
571.1Smanu/* syscall: "mknod" ret: "int" args: "const char *" "int" "int" */
581.1Smanu#define	LINUX_SYS_mknod	14
591.1Smanu
601.1Smanu/* syscall: "chmod" ret: "int" args: "const char *" "int" */
611.1Smanu#define	LINUX_SYS_chmod	15
621.1Smanu
631.37Snjoly/* syscall: "__posix_lchown" ret: "int" args: "const char *" "int" "int" */
641.37Snjoly#define	LINUX_SYS___posix_lchown	16
651.1Smanu
661.1Smanu				/* 17 is obsolete break */
671.1Smanu				/* 18 is obsolete ostat */
681.1Smanu/* syscall: "lseek" ret: "long" args: "int" "long" "int" */
691.1Smanu#define	LINUX_SYS_lseek	19
701.1Smanu
711.1Smanu/* syscall: "getpid" ret: "pid_t" args: */
721.1Smanu#define	LINUX_SYS_getpid	20
731.1Smanu
741.1Smanu				/* 22 is obsolete umount */
751.1Smanu/* syscall: "setuid" ret: "int" args: "uid_t" */
761.1Smanu#define	LINUX_SYS_setuid	23
771.1Smanu
781.1Smanu/* syscall: "getuid" ret: "uid_t" args: */
791.1Smanu#define	LINUX_SYS_getuid	24
801.1Smanu
811.1Smanu/* syscall: "stime" ret: "int" args: "linux_time_t *" */
821.1Smanu#define	LINUX_SYS_stime	25
831.1Smanu
841.1Smanu/* syscall: "ptrace" ret: "int" args: "int" "int" "int" "int" */
851.1Smanu#define	LINUX_SYS_ptrace	26
861.1Smanu
871.1Smanu/* syscall: "alarm" ret: "int" args: "unsigned int" */
881.1Smanu#define	LINUX_SYS_alarm	27
891.1Smanu
901.1Smanu				/* 28 is obsolete ofstat */
911.1Smanu/* syscall: "pause" ret: "int" args: */
921.1Smanu#define	LINUX_SYS_pause	29
931.1Smanu
941.1Smanu/* syscall: "utime" ret: "int" args: "const char *" "struct linux_utimbuf *" */
951.1Smanu#define	LINUX_SYS_utime	30
961.1Smanu
971.1Smanu				/* 31 is obsolete stty */
981.1Smanu				/* 32 is obsolete gtty */
991.1Smanu/* syscall: "access" ret: "int" args: "const char *" "int" */
1001.1Smanu#define	LINUX_SYS_access	33
1011.1Smanu
1021.1Smanu/* syscall: "nice" ret: "int" args: "int" */
1031.1Smanu#define	LINUX_SYS_nice	34
1041.1Smanu
1051.1Smanu				/* 35 is obsolete ftime */
1061.1Smanu/* syscall: "sync" ret: "int" args: */
1071.1Smanu#define	LINUX_SYS_sync	36
1081.1Smanu
1091.1Smanu/* syscall: "kill" ret: "int" args: "int" "int" */
1101.1Smanu#define	LINUX_SYS_kill	37
1111.1Smanu
1121.37Snjoly/* syscall: "__posix_rename" ret: "int" args: "const char *" "const char *" */
1131.37Snjoly#define	LINUX_SYS___posix_rename	38
1141.1Smanu
1151.1Smanu/* syscall: "mkdir" ret: "int" args: "const char *" "int" */
1161.1Smanu#define	LINUX_SYS_mkdir	39
1171.1Smanu
1181.1Smanu/* syscall: "rmdir" ret: "int" args: "const char *" */
1191.1Smanu#define	LINUX_SYS_rmdir	40
1201.1Smanu
1211.1Smanu/* syscall: "dup" ret: "int" args: "u_int" */
1221.1Smanu#define	LINUX_SYS_dup	41
1231.1Smanu
1241.1Smanu/* syscall: "pipe" ret: "int" args: "int *" */
1251.1Smanu#define	LINUX_SYS_pipe	42
1261.1Smanu
1271.1Smanu/* syscall: "times" ret: "int" args: "struct times *" */
1281.1Smanu#define	LINUX_SYS_times	43
1291.1Smanu
1301.1Smanu				/* 44 is obsolete prof */
1311.1Smanu/* syscall: "brk" ret: "int" args: "char *" */
1321.1Smanu#define	LINUX_SYS_brk	45
1331.1Smanu
1341.1Smanu/* syscall: "setgid" ret: "int" args: "gid_t" */
1351.1Smanu#define	LINUX_SYS_setgid	46
1361.1Smanu
1371.1Smanu/* syscall: "getgid" ret: "gid_t" args: */
1381.1Smanu#define	LINUX_SYS_getgid	47
1391.1Smanu
1401.1Smanu/* syscall: "signal" ret: "int" args: "int" "linux_handler_t" */
1411.1Smanu#define	LINUX_SYS_signal	48
1421.1Smanu
1431.1Smanu/* syscall: "geteuid" ret: "uid_t" args: */
1441.1Smanu#define	LINUX_SYS_geteuid	49
1451.1Smanu
1461.1Smanu/* syscall: "getegid" ret: "gid_t" args: */
1471.1Smanu#define	LINUX_SYS_getegid	50
1481.1Smanu
1491.1Smanu/* syscall: "acct" ret: "int" args: "char *" */
1501.1Smanu#define	LINUX_SYS_acct	51
1511.1Smanu
1521.1Smanu				/* 53 is obsolete lock */
1531.36Schristos/* syscall: "ioctl" ret: "int" args: "int" "u_long" "void *" */
1541.1Smanu#define	LINUX_SYS_ioctl	54
1551.1Smanu
1561.1Smanu/* syscall: "fcntl" ret: "int" args: "int" "int" "void *" */
1571.1Smanu#define	LINUX_SYS_fcntl	55
1581.1Smanu
1591.1Smanu				/* 56 is obsolete mpx */
1601.1Smanu/* syscall: "setpgid" ret: "int" args: "int" "int" */
1611.1Smanu#define	LINUX_SYS_setpgid	57
1621.1Smanu
1631.1Smanu				/* 58 is obsolete ulimit */
1641.1Smanu/* syscall: "olduname" ret: "int" args: "struct linux_old_utsname *" */
1651.1Smanu#define	LINUX_SYS_olduname	59
1661.1Smanu
1671.1Smanu/* syscall: "umask" ret: "int" args: "int" */
1681.1Smanu#define	LINUX_SYS_umask	60
1691.1Smanu
1701.1Smanu/* syscall: "chroot" ret: "int" args: "char *" */
1711.1Smanu#define	LINUX_SYS_chroot	61
1721.1Smanu
1731.1Smanu/* syscall: "dup2" ret: "int" args: "u_int" "u_int" */
1741.1Smanu#define	LINUX_SYS_dup2	63
1751.1Smanu
1761.1Smanu/* syscall: "getppid" ret: "pid_t" args: */
1771.1Smanu#define	LINUX_SYS_getppid	64
1781.1Smanu
1791.1Smanu/* syscall: "getpgrp" ret: "int" args: */
1801.1Smanu#define	LINUX_SYS_getpgrp	65
1811.1Smanu
1821.1Smanu/* syscall: "setsid" ret: "int" args: */
1831.1Smanu#define	LINUX_SYS_setsid	66
1841.1Smanu
1851.1Smanu/* syscall: "sigaction" ret: "int" args: "int" "const struct linux_old_sigaction *" "struct linux_old_sigaction *" */
1861.1Smanu#define	LINUX_SYS_sigaction	67
1871.1Smanu
1881.1Smanu/* syscall: "siggetmask" ret: "int" args: */
1891.1Smanu#define	LINUX_SYS_siggetmask	68
1901.1Smanu
1911.1Smanu/* syscall: "sigsetmask" ret: "int" args: "linux_old_sigset_t" */
1921.1Smanu#define	LINUX_SYS_sigsetmask	69
1931.1Smanu
1941.1Smanu/* syscall: "setreuid" ret: "int" args: "uid_t" "uid_t" */
1951.1Smanu#define	LINUX_SYS_setreuid	70
1961.1Smanu
1971.1Smanu/* syscall: "setregid" ret: "int" args: "gid_t" "gid_t" */
1981.1Smanu#define	LINUX_SYS_setregid	71
1991.1Smanu
2001.36Schristos/* syscall: "sigsuspend" ret: "int" args: "void *" "int" "int" */
2011.1Smanu#define	LINUX_SYS_sigsuspend	72
2021.1Smanu
2031.1Smanu/* syscall: "sigpending" ret: "int" args: "linux_old_sigset_t *" */
2041.1Smanu#define	LINUX_SYS_sigpending	73
2051.1Smanu
2061.1Smanu/* syscall: "sethostname" ret: "int" args: "char *" "u_int" */
2071.1Smanu#define	LINUX_SYS_sethostname	74
2081.1Smanu
2091.1Smanu/* syscall: "setrlimit" ret: "int" args: "u_int" "struct orlimit *" */
2101.1Smanu#define	LINUX_SYS_setrlimit	75
2111.1Smanu
2121.1Smanu/* syscall: "getrlimit" ret: "int" args: "u_int" "struct orlimit *" */
2131.1Smanu#define	LINUX_SYS_getrlimit	76
2141.1Smanu
2151.46Snjoly/* syscall: "getrusage" ret: "int" args: "int" "struct rusage50 *" */
2161.1Smanu#define	LINUX_SYS_getrusage	77
2171.1Smanu
2181.46Snjoly/* syscall: "gettimeofday" ret: "int" args: "struct timeval50 *" "struct timezone *" */
2191.1Smanu#define	LINUX_SYS_gettimeofday	78
2201.1Smanu
2211.46Snjoly/* syscall: "settimeofday" ret: "int" args: "struct timeval50 *" "struct timezone *" */
2221.1Smanu#define	LINUX_SYS_settimeofday	79
2231.1Smanu
2241.1Smanu/* syscall: "getgroups" ret: "int" args: "u_int" "gid_t *" */
2251.1Smanu#define	LINUX_SYS_getgroups	80
2261.1Smanu
2271.1Smanu/* syscall: "setgroups" ret: "int" args: "u_int" "gid_t *" */
2281.1Smanu#define	LINUX_SYS_setgroups	81
2291.1Smanu
2301.46Snjoly/* syscall: "select" ret: "int" args: "int" "fd_set *" "fd_set *" "fd_set *" "struct timeval50 *" */
2311.1Smanu#define	LINUX_SYS_select	82
2321.1Smanu
2331.1Smanu/* syscall: "symlink" ret: "int" args: "const char *" "const char *" */
2341.1Smanu#define	LINUX_SYS_symlink	83
2351.1Smanu
2361.1Smanu/* syscall: "oolstat" ret: "int" args: "const char *" "struct stat43 *" */
2371.1Smanu#define	LINUX_SYS_oolstat	84
2381.1Smanu
2391.1Smanu/* syscall: "readlink" ret: "int" args: "const char *" "char *" "int" */
2401.1Smanu#define	LINUX_SYS_readlink	85
2411.1Smanu
2421.31Schristos#ifdef EXEC_AOUT
2431.1Smanu/* syscall: "uselib" ret: "int" args: "const char *" */
2441.1Smanu#define	LINUX_SYS_uselib	86
2451.1Smanu
2461.31Schristos#else
2471.31Schristos#endif
2481.1Smanu/* syscall: "swapon" ret: "int" args: "char *" */
2491.1Smanu#define	LINUX_SYS_swapon	87
2501.1Smanu
2511.1Smanu/* syscall: "reboot" ret: "int" args: "int" "int" "int" "void *" */
2521.1Smanu#define	LINUX_SYS_reboot	88
2531.1Smanu
2541.36Schristos/* syscall: "readdir" ret: "int" args: "int" "void *" "unsigned int" */
2551.1Smanu#define	LINUX_SYS_readdir	89
2561.1Smanu
2571.10Smanu/* syscall: "mmap" ret: "int" args: "unsigned long" "size_t" "int" "int" "int" "linux_off_t" */
2581.10Smanu#define	LINUX_SYS_mmap	90
2591.1Smanu
2601.36Schristos/* syscall: "munmap" ret: "int" args: "void *" "int" */
2611.1Smanu#define	LINUX_SYS_munmap	91
2621.1Smanu
2631.1Smanu/* syscall: "truncate" ret: "int" args: "const char *" "long" */
2641.1Smanu#define	LINUX_SYS_truncate	92
2651.1Smanu
2661.1Smanu/* syscall: "ftruncate" ret: "int" args: "int" "long" */
2671.1Smanu#define	LINUX_SYS_ftruncate	93
2681.1Smanu
2691.1Smanu/* syscall: "fchmod" ret: "int" args: "int" "int" */
2701.1Smanu#define	LINUX_SYS_fchmod	94
2711.1Smanu
2721.1Smanu/* syscall: "__posix_fchown" ret: "int" args: "int" "int" "int" */
2731.1Smanu#define	LINUX_SYS___posix_fchown	95
2741.1Smanu
2751.1Smanu/* syscall: "getpriority" ret: "int" args: "int" "int" */
2761.1Smanu#define	LINUX_SYS_getpriority	96
2771.1Smanu
2781.1Smanu/* syscall: "setpriority" ret: "int" args: "int" "int" "int" */
2791.1Smanu#define	LINUX_SYS_setpriority	97
2801.1Smanu
2811.36Schristos/* syscall: "profil" ret: "int" args: "void *" "u_int" "u_int" "u_int" */
2821.1Smanu#define	LINUX_SYS_profil	98
2831.1Smanu
2841.1Smanu/* syscall: "statfs" ret: "int" args: "const char *" "struct linux_statfs *" */
2851.1Smanu#define	LINUX_SYS_statfs	99
2861.1Smanu
2871.1Smanu/* syscall: "fstatfs" ret: "int" args: "int" "struct linux_statfs *" */
2881.1Smanu#define	LINUX_SYS_fstatfs	100
2891.1Smanu
2901.1Smanu/* syscall: "socketcall" ret: "int" args: "int" "void *" */
2911.1Smanu#define	LINUX_SYS_socketcall	102
2921.1Smanu
2931.46Snjoly/* syscall: "setitimer" ret: "int" args: "u_int" "struct itimerval50 *" "struct itimerval50 *" */
2941.1Smanu#define	LINUX_SYS_setitimer	104
2951.1Smanu
2961.46Snjoly/* syscall: "getitimer" ret: "int" args: "u_int" "struct itimerval50 *" */
2971.1Smanu#define	LINUX_SYS_getitimer	105
2981.1Smanu
2991.1Smanu/* syscall: "stat" ret: "int" args: "const char *" "struct linux_stat *" */
3001.1Smanu#define	LINUX_SYS_stat	106
3011.1Smanu
3021.1Smanu/* syscall: "lstat" ret: "int" args: "const char *" "struct linux_stat *" */
3031.1Smanu#define	LINUX_SYS_lstat	107
3041.1Smanu
3051.1Smanu/* syscall: "fstat" ret: "int" args: "int" "struct linux_stat *" */
3061.1Smanu#define	LINUX_SYS_fstat	108
3071.1Smanu
3081.1Smanu/* syscall: "uname" ret: "int" args: "struct linux_utsname *" */
3091.1Smanu#define	LINUX_SYS_uname	109
3101.1Smanu
3111.47Snjoly/* syscall: "wait4" ret: "int" args: "int" "int *" "int" "struct rusage50 *" */
3121.1Smanu#define	LINUX_SYS_wait4	114
3131.1Smanu
3141.1Smanu/* syscall: "swapoff" ret: "int" args: "const char *" */
3151.1Smanu#define	LINUX_SYS_swapoff	115
3161.1Smanu
3171.1Smanu/* syscall: "sysinfo" ret: "int" args: "struct linux_sysinfo *" */
3181.1Smanu#define	LINUX_SYS_sysinfo	116
3191.1Smanu
3201.36Schristos/* syscall: "ipc" ret: "int" args: "int" "int" "int" "int" "void *" */
3211.1Smanu#define	LINUX_SYS_ipc	117
3221.1Smanu
3231.1Smanu/* syscall: "fsync" ret: "int" args: "int" */
3241.1Smanu#define	LINUX_SYS_fsync	118
3251.1Smanu
3261.1Smanu/* syscall: "sigreturn" ret: "int" args: "struct linux_sigcontext *" */
3271.1Smanu#define	LINUX_SYS_sigreturn	119
3281.1Smanu
3291.51Schs/* syscall: "clone" ret: "int" args: "int" "void *" "void *" "void *" "void *" */
3301.1Smanu#define	LINUX_SYS_clone	120
3311.1Smanu
3321.1Smanu/* syscall: "setdomainname" ret: "int" args: "char *" "int" */
3331.1Smanu#define	LINUX_SYS_setdomainname	121
3341.1Smanu
3351.1Smanu/* syscall: "new_uname" ret: "int" args: "struct linux_utsname *" */
3361.1Smanu#define	LINUX_SYS_new_uname	122
3371.1Smanu
3381.14Schristos/* syscall: "mprotect" ret: "int" args: "const void *" "unsigned long" "int" */
3391.1Smanu#define	LINUX_SYS_mprotect	125
3401.1Smanu
3411.1Smanu/* syscall: "sigprocmask" ret: "int" args: "int" "const linux_old_sigset_t *" "linux_old_sigset_t *" */
3421.1Smanu#define	LINUX_SYS_sigprocmask	126
3431.1Smanu
3441.40Snjoly/* syscall: "getpgid" ret: "pid_t" args: "pid_t" */
3451.1Smanu#define	LINUX_SYS_getpgid	132
3461.1Smanu
3471.1Smanu/* syscall: "fchdir" ret: "int" args: "int" */
3481.1Smanu#define	LINUX_SYS_fchdir	133
3491.1Smanu
3501.49Snjoly/* syscall: "personality" ret: "int" args: "unsigned long" */
3511.1Smanu#define	LINUX_SYS_personality	136
3521.1Smanu
3531.1Smanu/* syscall: "setfsuid" ret: "int" args: "uid_t" */
3541.1Smanu#define	LINUX_SYS_setfsuid	138
3551.1Smanu
3561.39Snjoly/* syscall: "setfsgid" ret: "int" args: "gid_t" */
3571.39Snjoly#define	LINUX_SYS_setfsgid	139
3581.1Smanu
3591.36Schristos/* syscall: "llseek" ret: "int" args: "int" "u_int32_t" "u_int32_t" "void *" "int" */
3601.1Smanu#define	LINUX_SYS_llseek	140
3611.1Smanu
3621.1Smanu/* syscall: "getdents" ret: "int" args: "int" "struct linux_dirent *" "unsigned int" */
3631.1Smanu#define	LINUX_SYS_getdents	141
3641.1Smanu
3651.46Snjoly/* syscall: "new_select" ret: "int" args: "int" "fd_set *" "fd_set *" "fd_set *" "struct timeval50 *" */
3661.1Smanu#define	LINUX_SYS_new_select	142
3671.1Smanu
3681.1Smanu/* syscall: "flock" ret: "int" args: "int" "int" */
3691.1Smanu#define	LINUX_SYS_flock	143
3701.1Smanu
3711.41Snjoly/* syscall: "__msync13" ret: "int" args: "void *" "size_t" "int" */
3721.41Snjoly#define	LINUX_SYS___msync13	144
3731.1Smanu
3741.1Smanu/* syscall: "readv" ret: "int" args: "int" "struct iovec *" "u_int" */
3751.1Smanu#define	LINUX_SYS_readv	145
3761.1Smanu
3771.1Smanu/* syscall: "writev" ret: "int" args: "int" "struct iovec *" "u_int" */
3781.1Smanu#define	LINUX_SYS_writev	146
3791.1Smanu
3801.1Smanu/* syscall: "getsid" ret: "pid_t" args: "pid_t" */
3811.1Smanu#define	LINUX_SYS_getsid	147
3821.1Smanu
3831.1Smanu/* syscall: "fdatasync" ret: "int" args: "int" */
3841.1Smanu#define	LINUX_SYS_fdatasync	148
3851.1Smanu
3861.1Smanu/* syscall: "__sysctl" ret: "int" args: "struct linux___sysctl *" */
3871.1Smanu#define	LINUX_SYS___sysctl	149
3881.1Smanu
3891.36Schristos/* syscall: "mlock" ret: "int" args: "void *" "size_t" */
3901.1Smanu#define	LINUX_SYS_mlock	150
3911.1Smanu
3921.36Schristos/* syscall: "munlock" ret: "int" args: "void *" "size_t" */
3931.1Smanu#define	LINUX_SYS_munlock	151
3941.1Smanu
3951.1Smanu/* syscall: "mlockall" ret: "int" args: "int" */
3961.1Smanu#define	LINUX_SYS_mlockall	152
3971.1Smanu
3981.1Smanu/* syscall: "munlockall" ret: "int" args: */
3991.1Smanu#define	LINUX_SYS_munlockall	153
4001.1Smanu
4011.1Smanu/* syscall: "sched_setparam" ret: "int" args: "pid_t" "const struct linux_sched_param *" */
4021.1Smanu#define	LINUX_SYS_sched_setparam	154
4031.1Smanu
4041.1Smanu/* syscall: "sched_getparam" ret: "int" args: "pid_t" "struct linux_sched_param *" */
4051.1Smanu#define	LINUX_SYS_sched_getparam	155
4061.1Smanu
4071.1Smanu/* syscall: "sched_setscheduler" ret: "int" args: "pid_t" "int" "const struct linux_sched_param *" */
4081.1Smanu#define	LINUX_SYS_sched_setscheduler	156
4091.1Smanu
4101.1Smanu/* syscall: "sched_getscheduler" ret: "int" args: "pid_t" */
4111.1Smanu#define	LINUX_SYS_sched_getscheduler	157
4121.1Smanu
4131.1Smanu/* syscall: "sched_yield" ret: "int" args: */
4141.1Smanu#define	LINUX_SYS_sched_yield	158
4151.1Smanu
4161.1Smanu/* syscall: "sched_get_priority_max" ret: "int" args: "int" */
4171.1Smanu#define	LINUX_SYS_sched_get_priority_max	159
4181.1Smanu
4191.1Smanu/* syscall: "sched_get_priority_min" ret: "int" args: "int" */
4201.1Smanu#define	LINUX_SYS_sched_get_priority_min	160
4211.1Smanu
4221.43Snjoly/* syscall: "nanosleep" ret: "int" args: "const struct linux_timespec *" "struct linux_timespec *" */
4231.1Smanu#define	LINUX_SYS_nanosleep	162
4241.1Smanu
4251.1Smanu/* syscall: "mremap" ret: "void *" args: "void *" "size_t" "size_t" "u_long" */
4261.1Smanu#define	LINUX_SYS_mremap	163
4271.1Smanu
4281.1Smanu/* syscall: "setresuid" ret: "int" args: "uid_t" "uid_t" "uid_t" */
4291.1Smanu#define	LINUX_SYS_setresuid	164
4301.1Smanu
4311.1Smanu/* syscall: "getresuid" ret: "int" args: "uid_t *" "uid_t *" "uid_t *" */
4321.1Smanu#define	LINUX_SYS_getresuid	165
4331.1Smanu
4341.1Smanu/* syscall: "poll" ret: "int" args: "struct pollfd *" "u_int" "int" */
4351.1Smanu#define	LINUX_SYS_poll	167
4361.1Smanu
4371.1Smanu/* syscall: "setresgid" ret: "int" args: "gid_t" "gid_t" "gid_t" */
4381.1Smanu#define	LINUX_SYS_setresgid	169
4391.1Smanu
4401.1Smanu/* syscall: "getresgid" ret: "int" args: "gid_t *" "gid_t *" "gid_t *" */
4411.1Smanu#define	LINUX_SYS_getresgid	170
4421.1Smanu
4431.1Smanu/* syscall: "rt_sigreturn" ret: "int" args: "struct linux_rt_sigframe *" */
4441.1Smanu#define	LINUX_SYS_rt_sigreturn	172
4451.1Smanu
4461.1Smanu/* syscall: "rt_sigaction" ret: "int" args: "int" "const struct linux_sigaction *" "struct linux_sigaction *" "size_t" */
4471.1Smanu#define	LINUX_SYS_rt_sigaction	173
4481.1Smanu
4491.1Smanu/* syscall: "rt_sigprocmask" ret: "int" args: "int" "const linux_sigset_t *" "linux_sigset_t *" "size_t" */
4501.1Smanu#define	LINUX_SYS_rt_sigprocmask	174
4511.1Smanu
4521.1Smanu/* syscall: "rt_sigpending" ret: "int" args: "linux_sigset_t *" "size_t" */
4531.1Smanu#define	LINUX_SYS_rt_sigpending	175
4541.1Smanu
4551.48Snjoly/* syscall: "rt_queueinfo" ret: "int" args: "int" "int" "linux_siginfo_t *" */
4561.1Smanu#define	LINUX_SYS_rt_queueinfo	177
4571.1Smanu
4581.1Smanu/* syscall: "rt_sigsuspend" ret: "int" args: "linux_sigset_t *" "size_t" */
4591.1Smanu#define	LINUX_SYS_rt_sigsuspend	178
4601.1Smanu
4611.1Smanu/* syscall: "pread" ret: "int" args: "int" "char *" "size_t" "linux_off_t" */
4621.1Smanu#define	LINUX_SYS_pread	179
4631.1Smanu
4641.1Smanu/* syscall: "pwrite" ret: "int" args: "int" "char *" "size_t" "linux_off_t" */
4651.1Smanu#define	LINUX_SYS_pwrite	180
4661.1Smanu
4671.37Snjoly/* syscall: "__posix_chown" ret: "int" args: "const char *" "int" "int" */
4681.37Snjoly#define	LINUX_SYS___posix_chown	181
4691.1Smanu
4701.1Smanu/* syscall: "__getcwd" ret: "int" args: "char *" "size_t" */
4711.1Smanu#define	LINUX_SYS___getcwd	182
4721.1Smanu
4731.1Smanu/* syscall: "sigaltstack" ret: "int" args: "const struct linux_sigaltstack *" "struct linux_sigaltstack *" */
4741.1Smanu#define	LINUX_SYS_sigaltstack	185
4751.1Smanu
4761.1Smanu/* syscall: "__vfork14" ret: "int" args: */
4771.1Smanu#define	LINUX_SYS___vfork14	189
4781.13Snathanw
4791.13Snathanw/* syscall: "ugetrlimit" ret: "int" args: "int" "struct rlimit *" */
4801.13Snathanw#define	LINUX_SYS_ugetrlimit	190
4811.21Schristos
4821.38Sdsl#define linux_sys_mmap2_args linux_sys_mmap_args
4831.21Schristos/* syscall: "mmap2" ret: "linux_off_t" args: "unsigned long" "size_t" "int" "int" "int" "linux_off_t" */
4841.21Schristos#define	LINUX_SYS_mmap2	192
4851.17Sjdolecek
4861.17Sjdolecek/* syscall: "truncate64" ret: "int" args: "const char *" "off_t" */
4871.17Sjdolecek#define	LINUX_SYS_truncate64	193
4881.17Sjdolecek
4891.22Sjdolecek/* syscall: "ftruncate64" ret: "int" args: "unsigned int" "off_t" */
4901.22Sjdolecek#define	LINUX_SYS_ftruncate64	194
4911.15Schristos
4921.16Sjdolecek/* syscall: "stat64" ret: "int" args: "const char *" "struct linux_stat64 *" */
4931.16Sjdolecek#define	LINUX_SYS_stat64	195
4941.16Sjdolecek
4951.16Sjdolecek/* syscall: "lstat64" ret: "int" args: "const char *" "struct linux_stat64 *" */
4961.16Sjdolecek#define	LINUX_SYS_lstat64	196
4971.16Sjdolecek
4981.16Sjdolecek/* syscall: "fstat64" ret: "int" args: "int" "struct linux_stat64 *" */
4991.16Sjdolecek#define	LINUX_SYS_fstat64	197
5001.16Sjdolecek
5011.15Schristos/* syscall: "getdents64" ret: "int" args: "int" "struct linux_dirent64 *" "unsigned int" */
5021.15Schristos#define	LINUX_SYS_getdents64	202
5031.16Sjdolecek
5041.16Sjdolecek/* syscall: "fcntl64" ret: "int" args: "int" "int" "void *" */
5051.16Sjdolecek#define	LINUX_SYS_fcntl64	204
5061.12Schristos
5071.23Sjdolecek/* syscall: "mincore" ret: "int" args: "void *" "size_t" "char *" */
5081.23Sjdolecek#define	LINUX_SYS_mincore	205
5091.23Sjdolecek
5101.23Sjdolecek/* syscall: "madvise" ret: "int" args: "void *" "size_t" "int" */
5111.23Sjdolecek#define	LINUX_SYS_madvise	206
5121.23Sjdolecek
5131.51Schs/* syscall: "gettid" ret: "pid_t" args: */
5141.51Schs#define	LINUX_SYS_gettid	207
5151.51Schs
5161.51Schs/* syscall: "tkill" ret: "int" args: "int" "int" */
5171.51Schs#define	LINUX_SYS_tkill	208
5181.51Schs
5191.29Sfvdl/* syscall: "setxattr" ret: "int" args: "char *" "char *" "void *" "size_t" "int" */
5201.29Sfvdl#define	LINUX_SYS_setxattr	209
5211.29Sfvdl
5221.29Sfvdl/* syscall: "lsetxattr" ret: "int" args: "char *" "char *" "void *" "size_t" "int" */
5231.29Sfvdl#define	LINUX_SYS_lsetxattr	210
5241.29Sfvdl
5251.29Sfvdl/* syscall: "fsetxattr" ret: "int" args: "int" "char *" "void *" "size_t" "int" */
5261.29Sfvdl#define	LINUX_SYS_fsetxattr	211
5271.29Sfvdl
5281.29Sfvdl/* syscall: "getxattr" ret: "ssize_t" args: "char *" "char *" "void *" "size_t" */
5291.29Sfvdl#define	LINUX_SYS_getxattr	212
5301.29Sfvdl
5311.29Sfvdl/* syscall: "lgetxattr" ret: "ssize_t" args: "char *" "char *" "void *" "size_t" */
5321.29Sfvdl#define	LINUX_SYS_lgetxattr	213
5331.29Sfvdl
5341.29Sfvdl/* syscall: "fgetxattr" ret: "ssize_t" args: "int" "char *" "void *" "size_t" */
5351.29Sfvdl#define	LINUX_SYS_fgetxattr	214
5361.29Sfvdl
5371.29Sfvdl/* syscall: "listxattr" ret: "ssize_t" args: "char *" "char *" "size_t" */
5381.29Sfvdl#define	LINUX_SYS_listxattr	215
5391.29Sfvdl
5401.29Sfvdl/* syscall: "llistxattr" ret: "ssize_t" args: "char *" "char *" "size_t" */
5411.29Sfvdl#define	LINUX_SYS_llistxattr	216
5421.29Sfvdl
5431.29Sfvdl/* syscall: "flistxattr" ret: "ssize_t" args: "int" "char *" "size_t" */
5441.29Sfvdl#define	LINUX_SYS_flistxattr	217
5451.29Sfvdl
5461.29Sfvdl/* syscall: "removexattr" ret: "int" args: "char *" "char *" */
5471.29Sfvdl#define	LINUX_SYS_removexattr	218
5481.29Sfvdl
5491.29Sfvdl/* syscall: "lremovexattr" ret: "int" args: "char *" "char *" */
5501.29Sfvdl#define	LINUX_SYS_lremovexattr	219
5511.29Sfvdl
5521.29Sfvdl/* syscall: "fremovexattr" ret: "int" args: "int" "char *" */
5531.29Sfvdl#define	LINUX_SYS_fremovexattr	220
5541.29Sfvdl
5551.51Schs/* syscall: "futex" ret: "int" args: "int *" "int" "int" "const struct linux_timespec *" "int *" "int" */
5561.51Schs#define	LINUX_SYS_futex	221
5571.51Schs
5581.51Schs/* syscall: "sched_setaffinity" ret: "int" args: "pid_t" "unsigned int" "unsigned long *" */
5591.51Schs#define	LINUX_SYS_sched_setaffinity	222
5601.51Schs
5611.51Schs/* syscall: "sched_getaffinity" ret: "int" args: "pid_t" "unsigned int" "unsigned long *" */
5621.51Schs#define	LINUX_SYS_sched_getaffinity	223
5631.51Schs
5641.51Schs/* syscall: "set_tid_address" ret: "int" args: "int *" */
5651.51Schs#define	LINUX_SYS_set_tid_address	232
5661.51Schs
5671.25Sjdolecek/* syscall: "exit_group" ret: "int" args: "int" */
5681.25Sjdolecek#define	LINUX_SYS_exit_group	234
5691.25Sjdolecek
5701.30Sfvdl/* syscall: "clock_settime" ret: "int" args: "clockid_t" "struct linux_timespec *" */
5711.30Sfvdl#define	LINUX_SYS_clock_settime	245
5721.30Sfvdl
5731.30Sfvdl/* syscall: "clock_gettime" ret: "int" args: "clockid_t" "struct linux_timespec *" */
5741.30Sfvdl#define	LINUX_SYS_clock_gettime	246
5751.30Sfvdl
5761.30Sfvdl/* syscall: "clock_getres" ret: "int" args: "clockid_t" "struct linux_timespec *" */
5771.30Sfvdl#define	LINUX_SYS_clock_getres	247
5781.30Sfvdl
5791.30Sfvdl/* syscall: "clock_nanosleep" ret: "int" args: "clockid_t" "int" "struct linux_timespec *" "struct linux_timespec *" */
5801.30Sfvdl#define	LINUX_SYS_clock_nanosleep	248
5811.30Sfvdl
5821.51Schs/* syscall: "tgkill" ret: "int" args: "int" "int" "int" */
5831.51Schs#define	LINUX_SYS_tgkill	250
5841.51Schs
5851.26Sjdolecek/* syscall: "statfs64" ret: "int" args: "const char *" "size_t" "struct linux_statfs64 *" */
5861.26Sjdolecek#define	LINUX_SYS_statfs64	252
5871.26Sjdolecek
5881.26Sjdolecek/* syscall: "fstatfs64" ret: "int" args: "int" "size_t" "struct linux_statfs64 *" */
5891.26Sjdolecek#define	LINUX_SYS_fstatfs64	253
5901.26Sjdolecek
5911.51Schs/* syscall: "set_robust_list" ret: "int" args: "struct linux_robust_list_head *" "size_t" */
5921.51Schs#define	LINUX_SYS_set_robust_list	299
5931.51Schs
5941.51Schs/* syscall: "get_robust_list" ret: "int" args: "int" "struct linux_robust_list_head **" "size_t *" */
5951.51Schs#define	LINUX_SYS_get_robust_list	300
5961.51Schs
5971.52She/* syscall: "dup3" ret: "int" args: "int" "int" "int" */
5981.52She#define	LINUX_SYS_dup3	316
5991.52She
6001.52She/* syscall: "pipe2" ret: "int" args: "int *" "int" */
6011.52She#define	LINUX_SYS_pipe2	317
6021.52She
6031.51Schs#define	LINUX_SYS_MAXSYSCALL	323
6041.24Sjdolecek#define	LINUX_SYS_NSYSENT	512
6051.33Schristos#endif /* _LINUX_SYS_SYSCALL_H_ */
606