linux_syscalls.c (c0f171736a703c8d01f955190cfe5142381752f5) linux_syscalls.c (8fe8bb7cb573bfc62b04f38acfb2ac79ffcbb97e)
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically @generated.
5 * $FreeBSD$
6 */
7
8const char *linux_syscallnames[] = {
9#define nosys linux_nosys
10 "read", /* 0 = read */
11 "write", /* 1 = write */
12 "linux_open", /* 2 = linux_open */
13 "close", /* 3 = close */
14 "linux_newstat", /* 4 = linux_newstat */
15 "linux_newfstat", /* 5 = linux_newfstat */
16 "linux_newlstat", /* 6 = linux_newlstat */
1/*
2 * System call names.
3 *
4 * DO NOT EDIT-- this file is automatically @generated.
5 * $FreeBSD$
6 */
7
8const char *linux_syscallnames[] = {
9#define nosys linux_nosys
10 "read", /* 0 = read */
11 "write", /* 1 = write */
12 "linux_open", /* 2 = linux_open */
13 "close", /* 3 = close */
14 "linux_newstat", /* 4 = linux_newstat */
15 "linux_newfstat", /* 5 = linux_newfstat */
16 "linux_newlstat", /* 6 = linux_newlstat */
17 "poll", /* 7 = poll */
17 "linux_poll", /* 7 = linux_poll */
18 "linux_lseek", /* 8 = linux_lseek */
19 "linux_mmap2", /* 9 = linux_mmap2 */
20 "linux_mprotect", /* 10 = linux_mprotect */
21 "munmap", /* 11 = munmap */
22 "linux_brk", /* 12 = linux_brk */
23 "linux_rt_sigaction", /* 13 = linux_rt_sigaction */
24 "linux_rt_sigprocmask", /* 14 = linux_rt_sigprocmask */
25 "linux_rt_sigreturn", /* 15 = linux_rt_sigreturn */

--- 429 unchanged lines hidden ---
18 "linux_lseek", /* 8 = linux_lseek */
19 "linux_mmap2", /* 9 = linux_mmap2 */
20 "linux_mprotect", /* 10 = linux_mprotect */
21 "munmap", /* 11 = munmap */
22 "linux_brk", /* 12 = linux_brk */
23 "linux_rt_sigaction", /* 13 = linux_rt_sigaction */
24 "linux_rt_sigprocmask", /* 14 = linux_rt_sigprocmask */
25 "linux_rt_sigreturn", /* 15 = linux_rt_sigreturn */

--- 429 unchanged lines hidden ---