Deleted Added
full compact
linux_syscalls.c (232800) linux_syscalls.c (234354)
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 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_syscalls.c 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
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 */

--- 346 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 */

--- 346 unchanged lines hidden ---