linux_syscalls.c (22f3dfdc12da12f19698cf7de02ccb19a9291a2d) linux_syscalls.c (274d2df2e592e18bf24d26a4d3fae8cf815453cf)
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/linux/syscalls.master 283444 2015-05-24 16:49:14Z dchagin
6 * created from FreeBSD: head/sys/amd64/linux/syscalls.master 283451 2015-05-24 16:59:25Z 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 ---