Need extern "C" linkage declaration in rtems/assoc.h

Ralf Corsepius ralf.corsepius at rtems.org
Wed Jun 3 03:51:06 UTC 2009


Robert S. Grimes wrote:
> Hi all,
> 
> Seems the rtems_assoc_ functions could neatly solve a problem for me without
> re-inventing the old wheel.  Problem is, I use C++, and the following are
> missing from rtems/assoc.h
> 
>     #ifdef __cplusplus
>     extern "C" {
>     #endif
> 
>     . . .
> 
>     #ifdef __cplusplus
>     }
>     #endif
> 
> Not a show-stopper on my end, by any means...

Thanks for the report. Should be fixed in CVS HEAD and rtems-4-9-branch 
in CVS, now.

Ralf




More information about the users mailing list