]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
addr2line: use stdbool.h header for bool
authoremaste <emaste@FreeBSD.org>
Thu, 13 Feb 2020 16:17:05 +0000 (16:17 +0000)
committeremaste <emaste@FreeBSD.org>
Thu, 13 Feb 2020 16:17:05 +0000 (16:17 +0000)
commit504e40822939ccab0dd0d213cdad016e8f819917
treee37878f37e0c06aebdbcc5d746cf80b40befeafc
parentd7540b2e25e77a12948ebe6a5cb9881f07e5634b
addr2line: use stdbool.h header for bool

Presumably a bool definition is obtained via header contamination on
FreeBSD-CURRENT.  Found while trying to upstream FreeBSD addr2line
changes - the FreeBSD 11.2 CI build failed there.

Reported by: Cirrus-CI, upstream ELF Tool Chain
MFC with: r357844
Sponsored by: The FreeBSD Foundation
contrib/elftoolchain/addr2line/addr2line.c