Deleted Added
full compact
linux32_syscalls.c (314107) linux32_syscalls.c (316291)
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/linux32/linux32_syscalls.c 314107 2017-02-22 19:57:59Z dchagin $
6 * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 313284 2017-02-05 14:17:09Z dchagin
5 * $FreeBSD: stable/11/sys/amd64/linux32/linux32_syscalls.c 316291 2017-03-30 19:59:23Z dchagin $
6 * created from FreeBSD: stable/11/sys/amd64/linux32/syscalls.master 316290 2017-03-30 19:56:41Z dchagin
7 */
8
9const char *linux32_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 */

--- 381 unchanged lines hidden ---
7 */
8
9const char *linux32_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 */

--- 381 unchanged lines hidden ---