Deleted Added
full compact
linux_syscall.h (232800) linux_syscall.h (234354)
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 232800 2012-03-10 23:11:21Z netchild $
6 * created from FreeBSD: head/sys/i386/linux/syscalls.master 232799 2012-03-10 23:10:18Z netchild
5 * $FreeBSD: head/sys/i386/linux/linux_syscall.h 234354 2012-04-16 21:24:23Z jkim $
6 * created from FreeBSD: head/sys/i386/linux/syscalls.master 234352 2012-04-16 21:22:02Z jkim
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

--- 317 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

--- 317 unchanged lines hidden ---