From feefa108a46607b2f01e8225ca5545f806e3c7b3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 3 Jun 2009 03:40:06 +0000 Subject: [PATCH] Move extern "C" {} guards. --- cpukit/libcsupport/include/rtems/libio_.h | 8 ++++---- 1 file 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 #include /* include before standard IO */ @@ -29,6 +25,10 @@ extern "C" { #include +#ifdef __cplusplus +extern "C" { +#endif + /* * Semaphore to protect the io table */