Page MenuHomeFreeBSD

syscalls.master: don't use struct siginfo
ClosedPublic

Authored by brooks on Mar 15 2024, 10:45 PM.
Tags
None
Referenced Files
F171424065: D44380.diff
Fri, Sep 11, 1:45 AM
F171310530: D44380.id135804.diff
Thu, Sep 10, 7:57 AM
Unknown Object (File)
Tue, Sep 8, 3:10 AM
Unknown Object (File)
Sat, Sep 5, 9:02 PM
Unknown Object (File)
Sat, Sep 5, 9:29 AM
Unknown Object (File)
Sat, Sep 5, 6:38 AM
Unknown Object (File)
Sat, Sep 5, 1:36 AM
Unknown Object (File)
Sat, Sep 5, 12:02 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 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.