Need extern "C" linkage declaration in rtems/assoc.h
Robert S. Grimes
rsg at alum.mit.edu
Tue Jun 2 16:08:46 UTC 2009
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...
-Bob
Robert S. Grimes
RSG Associates
Embedded Systems and Software Development
for Military, Aerospace, Industry - and beyond!
617.697.8579
www.rsgassoc.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/users/attachments/20090602/a4bb620e/attachment.html>
More information about the users
mailing list