linux32_syscalls.c (bc02c18c486fce2ca23b428a9e89b4eb3bb48da3) | linux32_syscalls.c (bafd96b8ddf421134fc4ea9270e5b83a2ab63a45) |
---|---|
1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically @generated. 5 * $FreeBSD$ 6 */ 7 8const char *linux32_syscallnames[] = { --- 212 unchanged lines hidden (view full) --- 221 "getresgid", /* 211 = getresgid */ 222 "linux_chown", /* 212 = linux_chown */ 223 "setuid", /* 213 = setuid */ 224 "setgid", /* 214 = setgid */ 225 "linux_setfsuid", /* 215 = linux_setfsuid */ 226 "linux_setfsgid", /* 216 = linux_setfsgid */ 227 "linux_pivot_root", /* 217 = linux_pivot_root */ 228 "linux_mincore", /* 218 = linux_mincore */ | 1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically @generated. 5 * $FreeBSD$ 6 */ 7 8const char *linux32_syscallnames[] = { --- 212 unchanged lines hidden (view full) --- 221 "getresgid", /* 211 = getresgid */ 222 "linux_chown", /* 212 = linux_chown */ 223 "setuid", /* 213 = setuid */ 224 "setgid", /* 214 = setgid */ 225 "linux_setfsuid", /* 215 = linux_setfsuid */ 226 "linux_setfsgid", /* 216 = linux_setfsgid */ 227 "linux_pivot_root", /* 217 = linux_pivot_root */ 228 "linux_mincore", /* 218 = linux_mincore */ |
229 "madvise", /* 219 = madvise */ | 229 "linux_madvise", /* 219 = linux_madvise */ |
230 "linux_getdents64", /* 220 = linux_getdents64 */ 231 "linux_fcntl64", /* 221 = linux_fcntl64 */ 232 "#222", /* 222 = */ 233 "#223", /* 223 = */ 234 "linux_gettid", /* 224 = linux_gettid */ 235 "#225", /* 225 = linux_readahead */ 236 "linux_setxattr", /* 226 = linux_setxattr */ 237 "linux_lsetxattr", /* 227 = linux_lsetxattr */ --- 202 unchanged lines hidden --- | 230 "linux_getdents64", /* 220 = linux_getdents64 */ 231 "linux_fcntl64", /* 221 = linux_fcntl64 */ 232 "#222", /* 222 = */ 233 "#223", /* 223 = */ 234 "linux_gettid", /* 224 = linux_gettid */ 235 "#225", /* 225 = linux_readahead */ 236 "linux_setxattr", /* 226 = linux_setxattr */ 237 "linux_lsetxattr", /* 227 = linux_lsetxattr */ --- 202 unchanged lines hidden --- |