Page MenuHomeFreeBSD

Use an unsigned 64-bit integer for exception class.
ClosedPublic

Authored by jhb on Jan 26 2022, 6:49 PM.
Tags
None
Referenced Files
F103910911: D34049.diff
Sun, Dec 1, 2:28 AM
Unknown Object (File)
Fri, Nov 1, 4:19 AM
Unknown Object (File)
Oct 31 2024, 11:38 AM
Unknown Object (File)
Oct 17 2024, 12:12 PM
Unknown Object (File)
Oct 12 2024, 6:39 AM
Unknown Object (File)
Oct 6 2024, 4:44 PM
Unknown Object (File)
Oct 3 2024, 2:15 PM
Unknown Object (File)
Oct 3 2024, 1:17 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44106
Build 40994: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Jan 26 2022, 6:49 PM

LGTM; for which purposes do we use this header, btw?

This revision is now accepted and ready to land.Jan 26 2022, 8:17 PM
In D34049#769902, @dim wrote:

LGTM; for which purposes do we use this header, btw?

Only for libthr. This is part of my series I had earlier to switching to installing libunwind's unwind.h. This change allows libthr to work with libunwind's unwind.h but does so as a self-contained change before switching which unwind.h is used. Note that include/unwind.h has never been installed, only used by libthr from the source tree.

it might be worth noting in the commit message that include/unwind.h is not installed and is only used for libthr to help clear up some of the confusion

+1 to ed's comments as well.