freebsd32_syscall.h (1bf6b724f1b0628cd4a6c4aac72762aff43a3cc7) freebsd32_syscall.h (b201f4a0dc1e04cf59855c58ce4dd8d79ca4a521)
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: head/sys/compat/freebsd32/syscalls.master 250154 2013-05-01 20:10:21Z jilles
6 * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 250159 2013-05-01 22:42:42Z 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

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

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_accept4 541
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

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

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_accept4 541
442#define FREEBSD32_SYS_MAXSYSCALL 542
442#define FREEBSD32_SYS_pipe2 542
443#define FREEBSD32_SYS_MAXSYSCALL 543