summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-19 13:08:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-19 13:08:20 +0000
commitab6d08ffc1a6656492df0583b406c3a9b494f7a4 (patch)
tree78b69c12c32e690b327a06064449b3087312ed74
parent2001-03-15 Ralf Corsepiu <corsepius@faw.uni-ulm.de> (diff)
downloadrtems-ab6d08ffc1a6656492df0583b406c3a9b494f7a4.tar.bz2
2001-03-19 Joel Sherrill <joel@OARcorp.com>
* sys/utsname.h: Added C++ wrapper.
-rw-r--r--c/src/exec/libcsupport/include/sys/utsname.h7
-rw-r--r--c/src/exec/posix/ChangeLog4
-rw-r--r--c/src/exec/posix/include/sys/utsname.h7
-rw-r--r--c/src/lib/include/sys/utsname.h7
-rw-r--r--cpukit/libcsupport/include/sys/utsname.h7
-rw-r--r--cpukit/posix/ChangeLog4
6 files changed, 36 insertions, 0 deletions
diff --git a/c/src/exec/libcsupport/include/sys/utsname.h b/c/src/exec/libcsupport/include/sys/utsname.h
index ca15230d40..70d6dfc7cf 100644
--- a/c/src/exec/libcsupport/include/sys/utsname.h
+++ b/c/src/exec/libcsupport/include/sys/utsname.h
@@ -6,6 +6,10 @@
#ifndef __POSIX_SYS_UTSNAME_h
#define __POSIX_SYS_UTSNAME_h
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#include <sys/times.h>
#include <sys/types.h>
@@ -44,6 +48,9 @@ clock_t times(
struct tms *buffer
);
+#ifdef __cplusplus
+}
+#endif
#endif
/* end of include file */
diff --git a/c/src/exec/posix/ChangeLog b/c/src/exec/posix/ChangeLog
index 56481843ec..7f60d13bdf 100644
--- a/c/src/exec/posix/ChangeLog
+++ b/c/src/exec/posix/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-19 Joel Sherrill <joel@OARcorp.com>
+
+ * sys/utsname.h: Added C++ wrapper.
+
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am, include/rtems/posix/Makefile.am,
diff --git a/c/src/exec/posix/include/sys/utsname.h b/c/src/exec/posix/include/sys/utsname.h
index ca15230d40..70d6dfc7cf 100644
--- a/c/src/exec/posix/include/sys/utsname.h
+++ b/c/src/exec/posix/include/sys/utsname.h
@@ -6,6 +6,10 @@
#ifndef __POSIX_SYS_UTSNAME_h
#define __POSIX_SYS_UTSNAME_h
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#include <sys/times.h>
#include <sys/types.h>
@@ -44,6 +48,9 @@ clock_t times(
struct tms *buffer
);
+#ifdef __cplusplus
+}
+#endif
#endif
/* end of include file */
diff --git a/c/src/lib/include/sys/utsname.h b/c/src/lib/include/sys/utsname.h
index ca15230d40..70d6dfc7cf 100644
--- a/c/src/lib/include/sys/utsname.h
+++ b/c/src/lib/include/sys/utsname.h
@@ -6,6 +6,10 @@
#ifndef __POSIX_SYS_UTSNAME_h
#define __POSIX_SYS_UTSNAME_h
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#include <sys/times.h>
#include <sys/types.h>
@@ -44,6 +48,9 @@ clock_t times(
struct tms *buffer
);
+#ifdef __cplusplus
+}
+#endif
#endif
/* end of include file */
diff --git a/cpukit/libcsupport/include/sys/utsname.h b/cpukit/libcsupport/include/sys/utsname.h
index ca15230d40..70d6dfc7cf 100644
--- a/cpukit/libcsupport/include/sys/utsname.h
+++ b/cpukit/libcsupport/include/sys/utsname.h
@@ -6,6 +6,10 @@
#ifndef __POSIX_SYS_UTSNAME_h
#define __POSIX_SYS_UTSNAME_h
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#include <sys/times.h>
#include <sys/types.h>
@@ -44,6 +48,9 @@ clock_t times(
struct tms *buffer
);
+#ifdef __cplusplus
+}
+#endif
#endif
/* end of include file */
diff --git a/cpukit/posix/ChangeLog b/cpukit/posix/ChangeLog
index 56481843ec..7f60d13bdf 100644
--- a/cpukit/posix/ChangeLog
+++ b/cpukit/posix/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-19 Joel Sherrill <joel@OARcorp.com>
+
+ * sys/utsname.h: Added C++ wrapper.
+
2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am, include/rtems/posix/Makefile.am,