signal: Add siginfo initializer
This patch is to make Coverity happy. Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>
This commit is contained in:
parent
037baee4fb
commit
9f36509c0b
@ -124,6 +124,7 @@ int nxsig_notification(pid_t pid, FAR struct sigevent *event,
|
||||
info.si_pid = rtcb->pid;
|
||||
info.si_status = OK;
|
||||
#endif
|
||||
info.si_user = NULL;
|
||||
|
||||
/* Some compilers (e.g., SDCC), do not permit assignment of aggregates.
|
||||
* Use of memcpy() is overkill; We could just copy the larger of the
|
||||
|
Loading…
Reference in New Issue
Block a user