forked from Imagelibrary/rtems
2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/include/rtems/posix/threadsup.h: Add extern "C".
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* posix/include/rtems/posix/threadsup.h: Add extern "C".
|
||||||
* libnetworking/netinet/in_pcb.c:
|
* libnetworking/netinet/in_pcb.c:
|
||||||
Eliminate "ushort".
|
Eliminate "ushort".
|
||||||
* libfs/src/pipe/fifo.c, libfs/src/pipe/pipe.h:
|
* libfs/src/pipe/fifo.c, libfs/src/pipe/pipe.h:
|
||||||
|
|||||||
@@ -20,6 +20,10 @@
|
|||||||
#include <rtems/score/coresem.h>
|
#include <rtems/score/coresem.h>
|
||||||
#include <rtems/score/tqdata.h>
|
#include <rtems/score/tqdata.h>
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* This defines the POSIX API support structure associated with
|
* This defines the POSIX API support structure associated with
|
||||||
* each thread in a system with POSIX configured.
|
* each thread in a system with POSIX configured.
|
||||||
@@ -83,5 +87,9 @@ void _POSIX_Thread_Exit(
|
|||||||
void *value_ptr
|
void *value_ptr
|
||||||
);
|
);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
/* end of include file */
|
/* end of include file */
|
||||||
|
|||||||
Reference in New Issue
Block a user