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)
Wed, Apr 29, 11:25 PM
Unknown Object (File)
Tue, Apr 28, 5:06 PM
Unknown Object (File)
Mon, Apr 27, 2:46 PM
Unknown Object (File)
Mon, Apr 27, 12:21 PM
Unknown Object (File)
Mon, Apr 27, 10:59 AM
Unknown Object (File)
Sat, Apr 25, 5:50 AM
Unknown Object (File)
Mon, Apr 20, 7:56 PM
Unknown Object (File)
Tue, Apr 7, 11:15 PM

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 Not Applicable
Unit
Tests Not Applicable

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.