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
..
2022-02-21 00:53:29 +08:00
2022-04-06 17:13:29 +08:00
2023-10-08 17:14:09 +08:00
2023-09-17 18:23:45 +08:00
2023-09-03 02:24:35 +08:00
2022-02-21 00:53:29 +08:00
2023-09-28 06:02:39 +00:00
2023-07-05 09:44:21 +08:00
2023-07-05 09:44:21 +08:00
2023-07-05 09:44:21 +08:00
2023-09-28 15:32:50 +00:00
2023-07-05 09:44:21 +08:00
2023-07-05 09:44:21 +08:00
2023-07-05 09:44:21 +08:00
2023-07-05 09:44:21 +08:00
2023-02-23 12:54:30 +02:00
2023-02-23 12:54:30 +02:00
2023-02-23 12:54:30 +02:00
2023-02-23 12:54:30 +02:00
2023-02-23 12:54:30 +02:00
2021-09-02 15:15:07 +08:00
2023-02-23 12:54:30 +02:00
2023-09-04 17:59:31 +00:00
2023-08-10 08:56:19 +08:00
2023-12-22 20:14:42 +08:00
2022-03-07 16:56:13 +08:00
2023-03-24 11:36:33 +08:00
2023-07-23 18:41:46 +08:00
2023-07-23 18:41:46 +08:00
2023-10-08 17:14:09 +08:00
2023-10-07 16:32:26 +02:00
2023-07-23 18:41:46 +08:00
2021-08-08 01:24:59 +08:00
2023-07-05 23:14:49 +08:00
2021-09-04 17:53:29 +08:00
2023-12-22 20:17:02 +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