mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-21 10:36:04 +08:00
[ci] open ci check with function declaration warning (#8546)
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
/* syscall handlers */
|
||||
void arch_clone_exit(void);
|
||||
void arch_fork_exit(void);
|
||||
void arch_syscall_exit();
|
||||
void arch_ret_to_user();
|
||||
void arch_syscall_exit(void);
|
||||
void arch_ret_to_user(void);
|
||||
|
||||
/* ELF relocation */
|
||||
#ifdef ARCH_MM_MMU
|
||||
|
||||
Reference in New Issue
Block a user