--- mstools/posix/h/sys/times.h 2018/08/09 18:22:18 1.1 +++ mstools/posix/h/sys/times.h 2018/08/09 18:24:37 1.1.1.2 @@ -11,12 +11,6 @@ Abstract: This module contains the tms structure and clock_t described in section 4.5.2.2 of IEEE P1003.1/Draft 13. -Author: - - Mark Lucovsky (markl) 15-Mar-1989 - -Revision History: - --*/ #ifndef _SYS_TIMES_ @@ -24,6 +18,10 @@ Revision History: #include +#ifdef __cplusplus +extern "C" { +#endif + #ifndef _CLOCK_T_DEFINED #define _CLOCK_T_DEFINED typedef long clock_t; @@ -38,4 +36,8 @@ struct tms { clock_t _CRTAPI1 times(struct tms *); +#ifdef __cplusplus +} +#endif + #endif /* _SYS_TIMES_ */