| bc81728c | 25-Jul-2026 |
Enji Cooper <ngie@FreeBSD.org> |
[test] libatexit: leverage __{BEGIN,END}_DECLS
This change converts the longhand form of `extern "C" {` and its corresponding `}` into `__BEGIN_DECLS` and `__END_DECLS`, respectively.
The new form
[test] libatexit: leverage __{BEGIN,END}_DECLS
This change converts the longhand form of `extern "C" {` and its corresponding `}` into `__BEGIN_DECLS` and `__END_DECLS`, respectively.
The new form is much easier to grep for and is a best practice to use in the FreeBSD tree.
This is meant to be a non-functional change.
MFC after: 1 week
show more ...
|