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)
Tue, Jul 22, 11:24 AM
Unknown Object (File)
Jul 2 2025, 4:41 AM
Unknown Object (File)
Jul 1 2025, 12:45 PM
Unknown Object (File)
Jul 1 2025, 10:31 AM
Unknown Object (File)
Jun 29 2025, 12:37 PM
Unknown Object (File)
Jun 27 2025, 12:12 PM
Unknown Object (File)
Jun 26 2025, 12:08 PM
Unknown Object (File)
Jun 24 2025, 5:15 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.