2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org>

* posix/include/rtems/posix/threadsup.h: Add extern "C".
This commit is contained in:
Ralf Corsepius
2010-06-14 06:04:07 +00:00
parent cbaf3bc8fe
commit abd363672a
2 changed files with 9 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
2010-06-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* posix/include/rtems/posix/threadsup.h: Add extern "C".
* libnetworking/netinet/in_pcb.c:
Eliminate "ushort".
* libfs/src/pipe/fifo.c, libfs/src/pipe/pipe.h:

View File

@@ -20,6 +20,10 @@
#include <rtems/score/coresem.h>
#include <rtems/score/tqdata.h>
#ifdef __cplusplus
extern "C" {
#endif
/*!
* This defines the POSIX API support structure associated with
* each thread in a system with POSIX configured.
@@ -83,5 +87,9 @@ void _POSIX_Thread_Exit(
void *value_ptr
);
#ifdef __cplusplus
}
#endif
#endif
/* end of include file */