Page MenuHomeFreeBSD

syscalls.master: don't use struct siginfo
ClosedPublic

Authored by brooks on Mar 15 2024, 10:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 15, 12:14 AM
Unknown Object (File)
Fri, Aug 8, 5:44 PM
Unknown Object (File)
Wed, Aug 6, 6:27 AM
Unknown Object (File)
Jul 14 2025, 11:58 PM
Unknown Object (File)
Jul 7 2025, 6:14 AM
Unknown Object (File)
Jul 4 2025, 6:40 AM
Unknown Object (File)
Jul 2 2025, 6:29 PM
Unknown Object (File)
Jul 2 2025, 3:07 AM

Details

Summary

It doesn't exist. Instead, use struct __siginfo which does.

Rename struct siginfo32 to struct __siginfo32 to keep the ABI
transformations in makesyscalls.lua working.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 56634
Build 53522: arc lint + arc unit

Event Timeline

I would prefer this one split into two: siginfo32 first, the siginfo second, even if the inter-commit base cannot be built.

This revision is now accepted and ready to land.Mar 16 2024, 1:35 AM
In D44380#1012169, @kib wrote:

I would prefer this one split into two: siginfo32 first, the siginfo second, even if the inter-commit base cannot be built.

I've made this split locally.