linux32_syscalls.c (28fb55359b0a0a89f529691c2d2fd97d95c3a0e5) linux32_syscalls.c (22f3dfdc12da12f19698cf7de02ccb19a9291a2d)
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD$
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically generated.
5 * $FreeBSD$
6 * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 283441 2015-05-24 16:41:39Z dchagin
6 * created from FreeBSD: head/sys/amd64/linux32/syscalls.master 283444 2015-05-24 16:49: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 */

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

--- 346 unchanged lines hidden ---