linux_syscalls.c (bc02c18c486fce2ca23b428a9e89b4eb3bb48da3) | linux_syscalls.c (bafd96b8ddf421134fc4ea9270e5b83a2ab63a45) |
---|---|
1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically @generated. 5 * $FreeBSD$ 6 */ 7 8const char *linux_syscallnames[] = { --- 21 unchanged lines hidden (view full) --- 30 "writev", /* 20 = writev */ 31 "linux_access", /* 21 = linux_access */ 32 "linux_pipe", /* 22 = linux_pipe */ 33 "linux_select", /* 23 = linux_select */ 34 "sched_yield", /* 24 = sched_yield */ 35 "linux_mremap", /* 25 = linux_mremap */ 36 "linux_msync", /* 26 = linux_msync */ 37 "linux_mincore", /* 27 = linux_mincore */ | 1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically @generated. 5 * $FreeBSD$ 6 */ 7 8const char *linux_syscallnames[] = { --- 21 unchanged lines hidden (view full) --- 30 "writev", /* 20 = writev */ 31 "linux_access", /* 21 = linux_access */ 32 "linux_pipe", /* 22 = linux_pipe */ 33 "linux_select", /* 23 = linux_select */ 34 "sched_yield", /* 24 = sched_yield */ 35 "linux_mremap", /* 25 = linux_mremap */ 36 "linux_msync", /* 26 = linux_msync */ 37 "linux_mincore", /* 27 = linux_mincore */ |
38 "madvise", /* 28 = madvise */ | 38 "linux_madvise", /* 28 = linux_madvise */ |
39 "linux_shmget", /* 29 = linux_shmget */ 40 "linux_shmat", /* 30 = linux_shmat */ 41 "linux_shmctl", /* 31 = linux_shmctl */ 42 "dup", /* 32 = dup */ 43 "dup2", /* 33 = dup2 */ 44 "linux_pause", /* 34 = linux_pause */ 45 "linux_nanosleep", /* 35 = linux_nanosleep */ 46 "linux_getitimer", /* 36 = linux_getitimer */ --- 393 unchanged lines hidden --- | 39 "linux_shmget", /* 29 = linux_shmget */ 40 "linux_shmat", /* 30 = linux_shmat */ 41 "linux_shmctl", /* 31 = linux_shmctl */ 42 "dup", /* 32 = dup */ 43 "dup2", /* 33 = dup2 */ 44 "linux_pause", /* 34 = linux_pause */ 45 "linux_nanosleep", /* 35 = linux_nanosleep */ 46 "linux_getitimer", /* 36 = linux_getitimer */ --- 393 unchanged lines hidden --- |