https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234180
Conrad Meyer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Conrad Meyer <[email protected]> --- The cdefs include isn't needed (it's in the wrong place, too, but it's redundant with the sys/types include already present in the right place at top of file). Otherwise, adding the C++ demangling seems reasonable to me — at least in the sense that it is consistent with other sys/ headers. For 12.0, can you work around the issue by adding 'extern "C" {' around the #include? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
