summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport/include/sys/utsname.h
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 /cpukit/libcsupport/include/sys/utsname.h
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.
Diffstat (limited to 'cpukit/libcsupport/include/sys/utsname.h')
-rw-r--r--cpukit/libcsupport/include/sys/utsname.h7
1 files changed, 7 insertions, 0 deletions
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 */