From ab6d08ffc1a6656492df0583b406c3a9b494f7a4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Mar 2001 13:08:20 +0000 Subject: 2001-03-19 Joel Sherrill * sys/utsname.h: Added C++ wrapper. --- c/src/exec/posix/include/sys/utsname.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'c/src/exec/posix/include/sys/utsname.h') 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 #include @@ -44,6 +48,9 @@ clock_t times( struct tms *buffer ); +#ifdef __cplusplus +} +#endif #endif /* end of include file */ -- cgit v1.2.3