summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/pthread.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-14 06:08:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-14 06:08:50 +0000
commitb02f920f6ce01e21aa5acfe21ea71b51f82a08d9 (patch)
treef53a24293adfda89f0021aaef4dba8577b9b111c /cpukit/posix/include/rtems/posix/pthread.h
parent2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b02f920f6ce01e21aa5acfe21ea71b51f82a08d9.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 '')
-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.
*/