freebsd32_syscall.h (4ad6d200d6cfb63382df954b87a941d97dda4193) | freebsd32_syscall.h (20c6fe828a33e0d974b371ac786d4fc49f27c693) |
---|---|
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.94 2008/01/08 21:58:14 jhb Exp | 6 * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.95 2008/01/20 23:43:06 rwatson 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 --- 329 unchanged lines hidden --- | 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 --- 329 unchanged lines hidden --- |