Deleted Added
full compact
linux32_syscalls.c (276510) linux32_syscalls.c (283371)
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/linux32/linux32_syscalls.c 276510 2015-01-01 18:43:31Z dchagin $
6 * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 276508 2015-01-01 18:37:03Z dchagin
5 * $FreeBSD: head/sys/amd64/linux32/linux32_syscalls.c 283371 2015-05-24 14:34:46Z dchagin $
6 * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 283370 2015-05-24 14:33:19Z dchagin
7 */
8
9const char *linux_syscallnames[] = {
10#define nosys linux_nosys
11 "#0", /* 0 = setup */
7 */
8
9const char *linux_syscallnames[] = {
10#define nosys linux_nosys
11 "#0", /* 0 = setup */
12 "exit", /* 1 = exit */
12 "linux_exit", /* 1 = linux_exit */
13 "linux_fork", /* 2 = linux_fork */
14 "read", /* 3 = read */
15 "write", /* 4 = write */
16 "linux_open", /* 5 = linux_open */
17 "close", /* 6 = close */
18 "linux_waitpid", /* 7 = linux_waitpid */
19 "linux_creat", /* 8 = linux_creat */
20 "linux_link", /* 9 = linux_link */

--- 340 unchanged lines hidden ---
13 "linux_fork", /* 2 = linux_fork */
14 "read", /* 3 = read */
15 "write", /* 4 = write */
16 "linux_open", /* 5 = linux_open */
17 "close", /* 6 = close */
18 "linux_waitpid", /* 7 = linux_waitpid */
19 "linux_creat", /* 8 = linux_creat */
20 "linux_link", /* 9 = linux_link */

--- 340 unchanged lines hidden ---