linux_syscalls.c (416ba5c74546f32a993436a99516d35008e9f384) | linux_syscalls.c (de44d808ef9e0a4cdccaf37cb009737ba57f3d14) |
---|---|
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 283492 2015-05-24 18:08:01Z dchagin | 6 * created from FreeBSD: head/sys/i386/linux/syscalls.master 293907 2016-01-14 10:13:58Z glebius |
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 */ --- 347 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 */ --- 347 unchanged lines hidden --- |