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 2 3 4 5 6 7 |
#ifndef KIplatform_syscall #define KIplatform_syscall enum k_platform_syscall { k_platform_syscall_restart_syscall = 0, k_platform_syscall_exit = 1, |
> > > > > > |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
/* this file was generated from the Linux kernel source * file /arch/x86/entry/syscalls/syscall_32.tbl. since * the x86-32 syscalls are a special case and are unlikely * to change in the future, the code used to generate this * header was not preserved. */ #ifndef KIplatform_syscall #define KIplatform_syscall enum k_platform_syscall { k_platform_syscall_restart_syscall = 0, k_platform_syscall_exit = 1, |