mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
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>
|
||||
|
||||
* 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:
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user