From d781ad5086a04088eb184eae11ce38b6f01cbcd4 Mon Sep 17 00:00:00 2001 From: Martin Galvan Date: Wed, 2 Sep 2015 16:54:21 -0500 Subject: various .h files: Add missing C++ extern wrappers Updates #2405. --- cpukit/posix/include/rtems/posix/ptimer.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cpukit/posix/include/rtems/posix/ptimer.h') diff --git a/cpukit/posix/include/rtems/posix/ptimer.h b/cpukit/posix/include/rtems/posix/ptimer.h index 7cc0516154..16ac2b8373 100644 --- a/cpukit/posix/include/rtems/posix/ptimer.h +++ b/cpukit/posix/include/rtems/posix/ptimer.h @@ -87,6 +87,9 @@ int timer_getoverrun( timer_t timerid ); +#ifdef __cplusplus +} +#endif /** @} */ -#endif +#endif /* _RTEMS_POSIX_PTIMER_H */ -- cgit v1.2.3