Move extern "C" {} guards.

This commit is contained in:
Ralf Corsepius
2009-06-03 03:40:06 +00:00
parent dda372da19
commit feefa108a4

View File

@@ -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
*/