Page MenuHomeFreeBSD

Rename struct mcontext4 to struct freebsd4_mcontext.
ClosedPublic

Authored by jhb on Jan 13 2022, 9:08 PM.
Tags
None
Referenced Files
F108667242: D33880.diff
Mon, Jan 27, 4:37 AM
Unknown Object (File)
Nov 15 2024, 7:34 PM
Unknown Object (File)
Nov 14 2024, 3:06 PM
Unknown Object (File)
Nov 2 2024, 7:50 AM
Unknown Object (File)
Nov 2 2024, 7:49 AM
Unknown Object (File)
Nov 2 2024, 7:49 AM
Unknown Object (File)
Nov 2 2024, 7:27 AM
Unknown Object (File)
Sep 27 2024, 12:53 PM
Subscribers

Details

Summary

This matches the recent renaming of struct freebsd4_ucontext.

Diff Detail

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

Event Timeline

jhb requested review of this revision.Jan 13 2022, 9:08 PM
kib added inline comments.
sys/sys/ucontext.h
44

Could we move this to i386/include/ucontext.h ?

This revision is now accepted and ready to land.Jan 13 2022, 9:26 PM
sys/sys/ucontext.h
44

Hmmm, I'll try that as a followup commit. It matches that freebsd4_sigframe is only in the i386 header.

brooks added inline comments.
sys/sys/ucontext.h
44

I think I tried in the freebsd32 syscall cleanups and ran into an issue without an immediate solution, but it's surely the right thing to do if we can figure out how.