Deleted Added
full compact
linux_syscalls.c (283429) linux_syscalls.c (283442)
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/amd64/linux/linux_syscalls.c 283429 2015-05-24 16:19:57Z dchagin $
6 * created from FreeBSD: head/sys/amd64/linux/syscalls.master 283428 2015-05-24 16:18:03Z dchagin
5 * $FreeBSD: head/sys/amd64/linux/linux_syscalls.c 283442 2015-05-24 16:42:49Z dchagin $
6 * created from FreeBSD: head/sys/amd64/linux/syscalls.master 283441 2015-05-24 16:41:39Z dchagin
7 */
8
9const char *linux_syscallnames[] = {
10#define nosys linux_nosys
11 "read", /* 0 = read */
12 "write", /* 1 = write */
13 "linux_open", /* 2 = linux_open */
14 "close", /* 3 = close */

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

--- 310 unchanged lines hidden ---