wangchdo opened a new pull request, #3348:
URL: https://github.com/apache/nuttx-apps/pull/3348
## Summary
fix ci build error:
```
Configuration/Tool: qemu-armv8a/rpproxy
2026-01-20 04:26:55
------------------------------------------------------------------------------------
Cleaning...
/github/workspace/sources/apps/Application.mk:238: target
'signest.c.github.workspace.sources.apps.testing.ostest.o' given more than once
in the same rule
/github/workspace/sources/apps/Application.mk:238: target
'signest.c.github.workspace.sources.apps.testing.ostest.o' given more than once
in the same rule
Configuring...
Building NuttX...
cu_main.c: In function 'sigint':
Error: cu_main.c:128:33: error: 'siginfo' undeclared (first use in this
function)
128 | FAR struct cu_globals_s *cu = siginfo->si_user;
```
## Impact
Fix CI build error
## Testing
since this PR is to fix CI error, CI will verify it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]