Deleted Added
full compact
linux_syscall.h (161666) linux_syscall.h (162526)
1/*
2 * System call numbers.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
1/*
2 * System call numbers.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/i386/linux/linux_syscall.h 161666 2006-08-27 08:58:00Z netchild $
6 * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.78 2006/08/27 08:56:54 netchild Exp
5 * $FreeBSD: head/sys/i386/linux/linux_syscall.h 162526 2006-09-21 16:13:16Z rwatson $
6 * created from FreeBSD: src/sys/i386/linux/syscalls.master,v 1.79 2006/09/21 16:12:58 rwatson Exp
7 */
8
9#define LINUX_SYS_exit 1
10#define LINUX_SYS_linux_fork 2
11#define LINUX_SYS_read 3
12#define LINUX_SYS_write 4
13#define LINUX_SYS_linux_open 5
14#define LINUX_SYS_close 6

--- 277 unchanged lines hidden ---
7 */
8
9#define LINUX_SYS_exit 1
10#define LINUX_SYS_linux_fork 2
11#define LINUX_SYS_read 3
12#define LINUX_SYS_write 4
13#define LINUX_SYS_linux_open 5
14#define LINUX_SYS_close 6

--- 277 unchanged lines hidden ---