linux_syscalls.c (009e81b16465ea457c0e63fd49fe77f47cc27a5a) | linux_syscalls.c (f26a190f654f299803795513003a0e892d3f5835) |
---|---|
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 293907 2016-01-14 10:13:58Z glebius | 6 * created from FreeBSD: head/sys/amd64/linux/syscalls.master 300359 2016-05-21 08:01:14Z 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 --- |