Deleted Added
full compact
linux_syscalls.c (283482) linux_syscalls.c (283486)
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 283482 2015-05-24 17:58:24Z dchagin $
6 * created from FreeBSD: head/sys/i386/linux/syscalls.master 283480 2015-05-24 17:57:07Z dchagin
5 * $FreeBSD: head/sys/i386/linux/linux_syscalls.c 283486 2015-05-24 18:02:17Z dchagin $
6 * created from FreeBSD: head/sys/i386/linux/syscalls.master 283484 2015-05-24 18:00:14Z dchagin
7 */
8
9const char *linux_syscallnames[] = {
10#define nosys linux_nosys
11 "#0", /* 0 = setup */
12 "linux_exit", /* 1 = linux_exit */
13 "linux_fork", /* 2 = linux_fork */
14 "read", /* 3 = read */

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

--- 347 unchanged lines hidden ---