freebsd32_syscall.h (0cceebeeb29f7e11bffeb1ce575a289e075a577c) | freebsd32_syscall.h (91ce2694d1cdd7001cf60314ee3ff75ea6a13086) |
---|---|
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: src/sys/compat/freebsd32/syscalls.master,v 1.67 2006/06/27 14:46:30 jhb Exp | 6 * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.70 2006/07/28 19:05:26 jhb Exp |
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 --- 291 unchanged lines hidden (view full) --- 306#define FREEBSD32_SYS_thr_kill 433 307#define FREEBSD32_SYS__umtx_lock 434 308#define FREEBSD32_SYS__umtx_unlock 435 309#define FREEBSD32_SYS_jail_attach 436 310#define FREEBSD32_SYS_thr_suspend 442 311#define FREEBSD32_SYS_thr_wake 443 312#define FREEBSD32_SYS_kldunloadf 444 313#define FREEBSD32_SYS_abort2 463 | 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 --- 291 unchanged lines hidden (view full) --- 306#define FREEBSD32_SYS_thr_kill 433 307#define FREEBSD32_SYS__umtx_lock 434 308#define FREEBSD32_SYS__umtx_unlock 435 309#define FREEBSD32_SYS_jail_attach 436 310#define FREEBSD32_SYS_thr_suspend 442 311#define FREEBSD32_SYS_thr_wake 443 312#define FREEBSD32_SYS_kldunloadf 444 313#define FREEBSD32_SYS_abort2 463 |
314#define FREEBSD32_SYS_MAXSYSCALL 464 | 314#define FREEBSD32_SYS_MAXSYSCALL 469 |