Deleted Added
full compact
linux_syscalls.c (219560) linux_syscalls.c (220030)
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD: head/sys/i386/linux/linux_syscalls.c 219560 2011-03-12 08:58:19Z avg $
6 * created from FreeBSD: head/sys/i386/linux/syscalls.master 219559 2011-03-12 08:51:43Z avg
5 * $FreeBSD: head/sys/i386/linux/linux_syscalls.c 220030 2011-03-26 10:59:24Z avg $
6 * created from FreeBSD: head/sys/i386/linux/syscalls.master 220028 2011-03-26 10:51:56Z avg
7 */
8
9const char *linux_syscallnames[] = {
10#define nosys linux_nosys
11 "#0", /* 0 = setup */
12 "exit", /* 1 = exit */
13 "linux_fork", /* 2 = linux_fork */
14 "read", /* 3 = read */

--- 314 unchanged lines hidden ---
7 */
8
9const char *linux_syscallnames[] = {
10#define nosys linux_nosys
11 "#0", /* 0 = setup */
12 "exit", /* 1 = exit */
13 "linux_fork", /* 2 = linux_fork */
14 "read", /* 3 = read */

--- 314 unchanged lines hidden ---