summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-14 06:04:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-14 06:04:07 +0000
commitabd363672ad7b31ac7dd857aca98ef9566fea8a6 (patch)
treeb251d4f5e0146d87cb96e0d451f2ba62d19cfb18 /cpukit/posix
parent2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-abd363672ad7b31ac7dd857aca98ef9566fea8a6.tar.bz2
2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/include/rtems/posix/threadsup.h: Add extern "C".
Diffstat (limited to 'cpukit/posix')
-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 */