Page MenuHomeFreeBSD

rtld(1): Do booleans like C99
ClosedPublic

Authored by cem on Dec 30 2019, 4:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 24, 2:03 PM
Unknown Object (File)
Thu, Nov 20, 4:42 PM
Unknown Object (File)
Thu, Nov 20, 4:41 PM
Unknown Object (File)
Thu, Nov 20, 4:41 PM
Unknown Object (File)
Thu, Nov 20, 4:34 PM
Unknown Object (File)
Thu, Nov 13, 10:02 PM
Unknown Object (File)
Thu, Nov 13, 7:44 PM
Unknown Object (File)
Thu, Nov 13, 7:44 PM
Subscribers

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 28374
Build 26460: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Dec 30 2019, 9:00 AM

This one blames to 1998, so I guess it was legit :)

Just curious, what is your aim here? I see a few more of these in the tree. Are you cleaning up specific code of interest or generally trying to C99-ify the tree?

Thanks!

This one blames to 1998, so I guess it was legit :)

Just curious, what is your aim here? I see a few more of these in the tree. Are you cleaning up specific code of interest or generally trying to C99-ify the tree?

In another revision, I added use of bool in an unrelated header that gets included in some rtld CU along with this one, and the two definitions conflict, producing a compilation error. So mostly I'd just like to be able to use C99 bool in other places without breaking rtld.

This revision was automatically updated to reflect the committed changes.