2006-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>

* libcsupport/include/rtems/libio.h: Add extern "C" {}.
This commit is contained in:
Ralf Corsepius
2006-06-18 06:28:22 +00:00
parent a2eb2f0b43
commit 80c2966f4b
2 changed files with 12 additions and 0 deletions

View File

@@ -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>.

View File

@@ -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 */