Differences From Artifact [5cd1df41a9]:
- File arch/x86.lin.64/system_calls.h — part of check-in [fd97c8a737] at 2019-08-25 01:10:16 on branch trunk — arch: add syscall table for x86.lin.32; rerun scripts (user: lachs0r, size: 10971) [annotate] [blame] [check-ins using]
To Artifact [f2700fc28d]:
- File arch/x86.lin.64/system_calls.h — part of check-in [312e446cfc] at 2019-08-25 03:55:01 on branch trunk — remove useless script, delete junk files, credit contributors, add documentation for typesize.c (user: lexi, size: 11233) [annotate] [blame] [check-ins using]
1 +/* this file was generated from the Linux kernel source 2 + * file /arch/x86/entry/syscalls/syscall_64.tbl. since 3 + * the x86-64 syscalls are a special case and are unlikely 4 + * to change in the future, the code used to generate this 5 + * header was not preserved. */ 6 + 1 7 #ifndef KIplatform_syscall 2 8 #define KIplatform_syscall 3 9 4 10 enum k_platform_syscall { 5 11 6 12 k_platform_syscall_read = 0, 7 13 k_platform_syscall_write = 1,