linux_syscalls.c (c532a88cfc447f2bd165616907293bbac6f9b41c) | linux_syscalls.c (5c5aac2d45e480001e923e2ce098009dcfa6daa4) |
---|---|
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 283488 2015-05-24 18:04:04Z dchagin | 6 * created from FreeBSD: head/sys/amd64/linux/syscalls.master 283492 2015-05-24 18:08:01Z 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 --- |