fix signal code

This commit is contained in:
shaojinchun
2019-05-11 09:34:26 +08:00
parent a05823b52c
commit 6cdfb2ac92
6 changed files with 270 additions and 121 deletions
+2
View File
@@ -191,7 +191,9 @@ static rt_err_t _rt_thread_init(struct rt_thread *thread,
thread->sig_mask = 0x00;
thread->sig_pending = 0x00;
#ifndef RT_USING_SMP
thread->sig_ret = RT_NULL;
#endif
thread->sig_vectors = RT_NULL;
thread->si_list = RT_NULL;
#endif