summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/threadsup.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/include/rtems/posix/threadsup.h')
-rw-r--r--cpukit/posix/include/rtems/posix/threadsup.h8
1 files changed, 8 insertions, 0 deletions
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 <rtems/score/coresem.h>
#include <rtems/score/tqdata.h>
+#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 */