forked from Imagelibrary/rtems
2006-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/include/rtems/libio.h: Add extern "C" {}.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2006-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* libcsupport/include/rtems/libio.h: Add extern "C" {}.
|
||||||
|
|
||||||
2006-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* posix/src/mqueue.c: Remove duplicate #include <limits.h>.
|
* posix/src/mqueue.c: Remove duplicate #include <limits.h>.
|
||||||
|
|||||||
@@ -34,6 +34,10 @@
|
|||||||
|
|
||||||
#include <rtems/fs.h>
|
#include <rtems/fs.h>
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Valid RTEMS file types.
|
* Valid RTEMS file types.
|
||||||
*/
|
*/
|
||||||
@@ -634,4 +638,8 @@ typedef struct {
|
|||||||
extern rtems_filesystem_mount_table_t *rtems_filesystem_mount_table;
|
extern rtems_filesystem_mount_table_t *rtems_filesystem_mount_table;
|
||||||
extern int rtems_filesystem_mount_table_size;
|
extern int rtems_filesystem_mount_table_size;
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* _RTEMS_LIBIO_H */
|
#endif /* _RTEMS_LIBIO_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user