2010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>

* sapi/include/rtems/chain.h: Move extern "C".
This commit is contained in:
Ralf Corsepius
2010-08-20 13:26:55 +00:00
parent 2c4d3879f5
commit b3263f57d2
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2010-08-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* sapi/include/rtems/chain.h: Move extern "C".
2010-08-16 Alin Rus <alin.codejunkie@gmail.com>
* posix/include/aio.h: Add LIO_SYNC.

View File

@@ -22,13 +22,13 @@
#ifndef _RTEMS_CHAIN_H
#define _RTEMS_CHAIN_H
#include <rtems/system.h>
#include <rtems/score/chain.h>
#ifdef __cplusplus
extern "C" {
#endif
#include <rtems/system.h>
#include <rtems/score/chain.h>
/**
* @typedef rtems_chain_node
*