Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x32/Signals: Fixes bug in the sigqueue syscalls #4015

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

Sonicadvance1
Copy link
Member

In rt_sigqueueinfo and rt_tgsigqueueinfo we were failiny to pass along the provided siginfo_t information to the syscall.

Fix that

In rt_sigqueueinfo and rt_tgsigqueueinfo we were failiny to pass along
the provided siginfo_t information to the syscall.

Fix that
@neobrain
Copy link
Member

Fast-tracking this one since it's innocent enough and already sat around as part of #4004 for two days.

@neobrain neobrain merged commit 0416950 into FEX-Emu:main Aug 27, 2024
12 checks passed
@Sonicadvance1 Sonicadvance1 deleted the fix_bug branch August 27, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants