2001-03-19 Joel Sherrill <joel@OARcorp.com>

* sys/utsname.h: Added C++ wrapper.
This commit is contained in:
Joel Sherrill
2001-03-19 13:08:20 +00:00
parent a2cc545e34
commit ab6d08ffc1
6 changed files with 36 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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