From dda372da19aad60a8e39c674792d9398310dc889 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 3 Jun 2009 03:39:59 +0000 Subject: Add extern "C" {} guards. --- cpukit/libcsupport/include/rtems/malloc.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/libcsupport/include/rtems/malloc.h') diff --git a/cpukit/libcsupport/include/rtems/malloc.h b/cpukit/libcsupport/include/rtems/malloc.h index d5b5eb691d..d3018db73c 100644 --- a/cpukit/libcsupport/include/rtems/malloc.h +++ b/cpukit/libcsupport/include/rtems/malloc.h @@ -23,6 +23,10 @@ #include +#ifdef __cplusplus +extern "C" { +#endif + /* * Malloc Statistics Structure */ @@ -145,4 +149,8 @@ int rtems_memalign( size_t size ); +#ifdef __cplusplus +} +#endif + #endif -- cgit v1.2.3