Page MenuHomeFreeBSD

casper: Export functions to C++
ClosedPublic

Authored by cem on Apr 7 2020, 1:50 AM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 6 2024, 9:10 PM
Unknown Object (File)
Oct 6 2024, 9:49 AM
Unknown Object (File)
Oct 6 2024, 12:40 AM
Unknown Object (File)
Oct 5 2024, 8:25 AM
Unknown Object (File)
Oct 5 2024, 7:30 AM
Unknown Object (File)
Oct 5 2024, 4:49 AM
Unknown Object (File)
Oct 4 2024, 11:55 PM
Unknown Object (File)
Oct 4 2024, 4:57 PM
Subscribers

Details

Summary

Need to wrap C declarations in BEGIN/END DECLS to avoid C++ name-mangling the
declaration, which causes the linker to attempt to locate the wrong symbol
name.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 30340
Build 28108: arc lint + arc unit

Event Timeline

markj added inline comments.
lib/libcasper/services/cap_dns/cap_dns.h
39

Why types.h in some places but cdefs.h in others?

This revision is now accepted and ready to land.Apr 7 2020, 3:33 PM
lib/libcasper/services/cap_dns/cap_dns.h
39

Should just be cdefs, sorry. Editing these was a manual process with some missteps, I'll fix that.

sys/cdefs.h universally.

This revision now requires review to proceed.Apr 7 2020, 4:37 PM
This revision was not accepted when it landed; it landed in state Needs Review.Apr 7 2020, 4:40 PM
This revision was automatically updated to reflect the committed changes.
cem marked an inline comment as done.