Differences From Artifact [a027e596b1]:
- File arch/x86.lin.32/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: 15652) [annotate] [blame] [check-ins using]
To Artifact [bbcc695bc0]:
- File arch/x86.lin.32/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: 15914) [annotate] [blame] [check-ins using]
1 +/* this file was generated from the Linux kernel source 2 + * file /arch/x86/entry/syscalls/syscall_32.tbl. since 3 + * the x86-32 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_restart_syscall = 0, 7 13 k_platform_syscall_exit = 1,