nhmk/examples
keytouch f2ad878e9b syscall_steal: rename sys_call_table to fix compile error
sys_call_table is already declared in arch/x86/include/asm/syscall.h but of
cource not exported by the kernel.
before this commit, gcc complains as follows:
/usr/src/linux-headers-6.1.0-16-common/arch/x86/include/asm/syscall.h:21:29:
note: previous declaration of 'sys_call_table' with type 'long int (*
const[])(const struct pt_regs *)'
   21 | extern const sys_call_ptr_t sys_call_table[];
2023-12-22 20:17:02 +08:00
..
2023-10-08 17:14:09 +08:00
2022-02-21 00:53:29 +08:00
2023-03-24 11:36:33 +08:00
2023-10-08 17:14:09 +08:00
2023-10-07 16:32:26 +02:00
2021-08-08 01:24:59 +08:00
2021-09-04 17:53:29 +08:00
2022-11-04 01:16:14 +08:00
2022-04-19 01:54:24 +08:00
2022-04-19 01:54:24 +08:00