linux_syscalls.c (0a1884d7687464e6a7f160f74e87a7773b0d6187) | linux_syscalls.c (28fb55359b0a0a89f529691c2d2fd97d95c3a0e5) |
---|---|
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/i386/linux/syscalls.master 283428 2015-05-24 16:18:03Z dchagin | 6 * created from FreeBSD: head/sys/i386/linux/syscalls.master 283441 2015-05-24 16:41:39Z 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 --- |