On Tue, 2 Apr 2024 09:19:23 -0700
Tyler Retzlaff <[email protected]> wrote:
> On Sun, Mar 17, 2024 at 08:44:15PM -0600, Ashish Sadanandan wrote:
> > The header was missing the extern "C" directive which causes name
> > mangling of functions by C++ compilers, leading to linker errors
> > complaining of undefined references to these functions.
> >
> > Also updated the coding style contribution guideline with a new
> > "Language Linkage" section stating `extern "C"` block should be added to
> > public headers.
> >
> > Fixes: 86c743cf9140 ("eal: define generic vector types")
> > Cc: [email protected]
> > Cc: [email protected]
> >
> > Signed-off-by: Ashish Sadanandan <[email protected]>
> > ---
> Acked-by: Tyler Retzlaff <[email protected]>
>
Acked-by: Stephen Hemminger <[email protected]>