Deleted Added
full compact
linux_syscalls.c (302408) linux_syscalls.c (303006)
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: stable/11/sys/amd64/linux/linux_syscalls.c 300360 2016-05-21 08:03:13Z dchagin $
6 * created from FreeBSD: head/sys/amd64/linux/syscalls.master 300359 2016-05-21 08:01:14Z dchagin
5 * $FreeBSD: stable/11/sys/amd64/linux/linux_syscalls.c 303006 2016-07-18 16:35:44Z dchagin $
6 * created from FreeBSD: head/sys/amd64/linux/syscalls.master 302515 2016-07-10 08:15:50Z 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 */

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

--- 311 unchanged lines hidden ---