freebsd32_syscall.h (69e6d7b75e96c406d072cb83ffc9b26fbf1a86fb) freebsd32_syscall.h (1bf6b724f1b0628cd4a6c4aac72762aff43a3cc7)
1/*
2 * System call numbers.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD$
1/*
2 * System call numbers.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD$
6 * created from FreeBSD
6 * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 250154 2013-05-01 20:10:21Z jilles
7 */
8
9#define FREEBSD32_SYS_syscall 0
10#define FREEBSD32_SYS_exit 1
11#define FREEBSD32_SYS_fork 2
12#define FREEBSD32_SYS_read 3
13#define FREEBSD32_SYS_write 4
14#define FREEBSD32_SYS_open 5

--- 418 unchanged lines hidden (view full) ---

433#define FREEBSD32_SYS_cap_rights_limit 533
434#define FREEBSD32_SYS_cap_ioctls_limit 534
435#define FREEBSD32_SYS_cap_ioctls_get 535
436#define FREEBSD32_SYS_cap_fcntls_limit 536
437#define FREEBSD32_SYS_cap_fcntls_get 537
438#define FREEBSD32_SYS_bindat 538
439#define FREEBSD32_SYS_connectat 539
440#define FREEBSD32_SYS_chflagsat 540
7 */
8
9#define FREEBSD32_SYS_syscall 0
10#define FREEBSD32_SYS_exit 1
11#define FREEBSD32_SYS_fork 2
12#define FREEBSD32_SYS_read 3
13#define FREEBSD32_SYS_write 4
14#define FREEBSD32_SYS_open 5

--- 418 unchanged lines hidden (view full) ---

433#define FREEBSD32_SYS_cap_rights_limit 533
434#define FREEBSD32_SYS_cap_ioctls_limit 534
435#define FREEBSD32_SYS_cap_ioctls_get 535
436#define FREEBSD32_SYS_cap_fcntls_limit 536
437#define FREEBSD32_SYS_cap_fcntls_get 537
438#define FREEBSD32_SYS_bindat 538
439#define FREEBSD32_SYS_connectat 539
440#define FREEBSD32_SYS_chflagsat 540
441#define FREEBSD32_SYS_MAXSYSCALL 541
441#define FREEBSD32_SYS_accept4 541
442#define FREEBSD32_SYS_MAXSYSCALL 542