linux_syscalls.c (9121945d70032d3e3694dc95d2f574522b4105d2) | linux_syscalls.c (89d270b28def13957db730224435f8a6190589b9) |
---|---|
1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically @generated. 5 */ 6 7const char *linux_syscallnames[] = { 8#define nosys linux_nosys 9 "read", /* 0 = read */ | 1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically @generated. 5 */ 6 7const char *linux_syscallnames[] = { 8#define nosys linux_nosys 9 "read", /* 0 = read */ |
10 "write", /* 1 = write */ | 10 "linux_write", /* 1 = linux_write */ |
11 "linux_open", /* 2 = linux_open */ 12 "close", /* 3 = close */ 13 "linux_newstat", /* 4 = linux_newstat */ 14 "linux_newfstat", /* 5 = linux_newfstat */ 15 "linux_newlstat", /* 6 = linux_newlstat */ 16 "linux_poll", /* 7 = linux_poll */ 17 "linux_lseek", /* 8 = linux_lseek */ 18 "linux_mmap2", /* 9 = linux_mmap2 */ --- 435 unchanged lines hidden --- | 11 "linux_open", /* 2 = linux_open */ 12 "close", /* 3 = close */ 13 "linux_newstat", /* 4 = linux_newstat */ 14 "linux_newfstat", /* 5 = linux_newfstat */ 15 "linux_newlstat", /* 6 = linux_newlstat */ 16 "linux_poll", /* 7 = linux_poll */ 17 "linux_lseek", /* 8 = linux_lseek */ 18 "linux_mmap2", /* 9 = linux_mmap2 */ --- 435 unchanged lines hidden --- |