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, Oct 12, 6:24 AM
Unknown Object (File)
Sep 12 2025, 10:49 AM
Unknown Object (File)
Sep 9 2025, 7:02 PM
Unknown Object (File)
Sep 6 2025, 5:36 PM
Unknown Object (File)
Aug 23 2025, 9:56 AM
Unknown Object (File)
Aug 15 2025, 12:52 AM
Unknown Object (File)
Aug 13 2025, 5:14 PM
Unknown Object (File)
Aug 3 2025, 1:37 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 Not Applicable
Unit
Tests Not Applicable

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.