Skip to content

Conversation

@wangchdo
Copy link
Contributor

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

  fix CI build error

Signed-off-by: Chengdong Wang <[email protected]>
#ifdef CONFIG_ENABLE_ALL_SIGNALS
static void sigint(int sig)
{
FAR siginfo_t *siginfo = nxsched_self()->sigunbinfo;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the fix isn't right, let's use this pr #3349

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK

@wangchdo wangchdo closed this Jan 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants