Skip to content

Commit

Permalink
fix: clear error compilation of signal in qemu-a9 smp mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kurisaW authored and mysterywolf committed Feb 22, 2025
1 parent 4940bb1 commit b3225ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/rtthread.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ void rt_scheduler_ipi_handler(int vector, void *param);
#ifdef RT_USING_SIGNALS
void rt_signal_mask(int signo);
void rt_signal_unmask(int signo);
void *rt_signal_check(void* context);
rt_sighandler_t rt_signal_install(int signo, rt_sighandler_t handler);
int rt_signal_wait(const rt_sigset_t *set, rt_siginfo_t *si, rt_int32_t timeout);
int rt_system_signal_init(void);
Expand Down

0 comments on commit b3225ec

Please sign in to comment.