Page MenuHomeFreeBSD

condvar: Clean up condvar.h a bit
ClosedPublic

Authored by markj on Jan 13 2024, 9:11 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 3, 1:37 AM
Unknown Object (File)
Sat, Aug 2, 8:42 PM
Unknown Object (File)
Fri, Aug 1, 4:59 AM
Unknown Object (File)
Jul 8 2025, 8:03 PM
Unknown Object (File)
Jul 7 2025, 12:05 PM
Unknown Object (File)
Jul 6 2025, 1:48 PM
Unknown Object (File)
Jul 6 2025, 7:26 AM
Unknown Object (File)
Jul 5 2025, 6:18 AM
Subscribers

Details

Summary
  • Remove a typedef that has been unused for a long time.
  • Remove a LOCORE guard. MI headers like condvar.h don't need such a guard in general.
  • Move a forward declaration into the _KERNEL block.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 55430
Build 52319: arc lint + arc unit

Event Timeline

markj requested review of this revision.Jan 13 2024, 9:11 PM
kib added inline comments.
sys/sys/condvar.h
55

This requires sys/types.h

This revision is now accepted and ready to land.Jan 13 2024, 9:15 PM

Include sys/types.h as well.

This revision now requires review to proceed.Jan 13 2024, 9:40 PM
This revision is now accepted and ready to land.Jan 13 2024, 9:44 PM
This revision was automatically updated to reflect the committed changes.