From bbeb248511ff97fa875981a77d8b7e05a653914b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 14 Jun 2010 06:03:57 +0000 Subject: =?UTF-8?q?2010-06-14=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * posix/include/rtems/posix/threadsup.h: Add extern "C". --- cpukit/posix/include/rtems/posix/threadsup.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/posix/include/rtems/posix/threadsup.h') diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h index e0d5ce9132..cc3a87e99a 100644 --- a/cpukit/posix/include/rtems/posix/threadsup.h +++ b/cpukit/posix/include/rtems/posix/threadsup.h @@ -20,6 +20,10 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + /*! * This defines the POSIX API support structure associated with * each thread in a system with POSIX configured. @@ -83,5 +87,9 @@ void _POSIX_Thread_Exit( void *value_ptr ); +#ifdef __cplusplus +} +#endif + #endif /* end of include file */ -- cgit v1.2.3