summaryrefslogtreecommitdiffstats
path: root/cpukit/posix
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-14 06:09:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-14 06:09:11 +0000
commit45ef86e1605aacd98420e24cc13a4f50e0b79684 (patch)
tree8afea386be1cb1087aad486f2edcec95e2ca0784 /cpukit/posix
parent2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-45ef86e1605aacd98420e24cc13a4f50e0b79684.tar.bz2
2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* libnetworking/rtems/mkrootfs.h, posix/include/rtems/posix/pthread.h, score/include/rtems/score/coresem.h, score/include/rtems/score/priority.h, score/include/rtems/score/threadq.h, score/include/rtems/score/timestamp.h: Move 'extern "C"'.
Diffstat (limited to 'cpukit/posix')
-rw-r--r--cpukit/posix/include/rtems/posix/pthread.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/posix/include/rtems/posix/pthread.h b/cpukit/posix/include/rtems/posix/pthread.h
index 176a408d68..51dae8737e 100644
--- a/cpukit/posix/include/rtems/posix/pthread.h
+++ b/cpukit/posix/include/rtems/posix/pthread.h
@@ -20,13 +20,13 @@
#ifndef _RTEMS_POSIX_PTHREAD_H
#define _RTEMS_POSIX_PTHREAD_H
-#ifdef __cplusplus
-extern "C" {
-#endif
#include <rtems/posix/config.h>
#include <rtems/posix/threadsup.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
/**
* The following sets the minimum stack size for POSIX threads.
*/