freebsd32_syscall.h (23aa8eeafc036b808d339fe4d0ab9a727d149ea8) freebsd32_syscall.h (45e6ab7f815b579e40905a429f9602e1d2850d70)
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 184183 2008-10-22 21:55:48Z jhb
6 * created from FreeBSD: head/sys/compat/freebsd32/syscalls.master 184588 2008-11-03 10:38:00Z dfr
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

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

351#define FREEBSD32_SYS_mkfifoat 497
352#define FREEBSD32_SYS_mknodat 498
353#define FREEBSD32_SYS_openat 499
354#define FREEBSD32_SYS_readlinkat 500
355#define FREEBSD32_SYS_renameat 501
356#define FREEBSD32_SYS_symlinkat 502
357#define FREEBSD32_SYS_unlinkat 503
358#define FREEBSD32_SYS_posix_openpt 504
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

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

351#define FREEBSD32_SYS_mkfifoat 497
352#define FREEBSD32_SYS_mknodat 498
353#define FREEBSD32_SYS_openat 499
354#define FREEBSD32_SYS_readlinkat 500
355#define FREEBSD32_SYS_renameat 501
356#define FREEBSD32_SYS_symlinkat 502
357#define FREEBSD32_SYS_unlinkat 503
358#define FREEBSD32_SYS_posix_openpt 504
359#define FREEBSD32_SYS_MAXSYSCALL 505
359#define FREEBSD32_SYS_MAXSYSCALL 506