summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/rtems/libio_.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-06-03 03:39:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-06-03 03:39:07 +0000
commit529ab9156b1be145119b058ec51e0abbefc56409 (patch)
tree869a4767345c0888021ff2f46114078c35984da5 /cpukit/libcsupport/include/rtems/libio_.h
parentAdd extern "C" {} guards. (diff)
downloadrtems-529ab9156b1be145119b058ec51e0abbefc56409.tar.bz2
Move extern "C" {} guards.
Diffstat (limited to 'cpukit/libcsupport/include/rtems/libio_.h')
-rw-r--r--cpukit/libcsupport/include/rtems/libio_.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/libcsupport/include/rtems/libio_.h b/cpukit/libcsupport/include/rtems/libio_.h
index 6b326b7590..f64fefb2e8 100644
--- a/cpukit/libcsupport/include/rtems/libio_.h
+++ b/cpukit/libcsupport/include/rtems/libio_.h
@@ -18,10 +18,6 @@
#ifndef _RTEMS_RTEMS_LIBIO__H
#define _RTEMS_RTEMS_LIBIO__H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#include <rtems.h>
#include <rtems/libio.h> /* include before standard IO */
@@ -29,6 +25,10 @@ extern "C" {
#include <errno.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/*
* Semaphore to protect the io table
*/