summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/ptimer.h
diff options
context:
space:
mode:
authorMartin Galvan <martin.galvan@tallertechnologies.com>2015-09-02 16:54:21 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-09-03 11:27:42 -0500
commitd781ad5086a04088eb184eae11ce38b6f01cbcd4 (patch)
tree9809301488093842fe4d044ca1a682a65f592480 /cpukit/posix/include/rtems/posix/ptimer.h
parentarm: Replace __sync_synchronize() implementation (diff)
downloadrtems-d781ad5086a04088eb184eae11ce38b6f01cbcd4.tar.bz2
various .h files: Add missing C++ extern wrappers
Updates #2405.
Diffstat (limited to 'cpukit/posix/include/rtems/posix/ptimer.h')
-rw-r--r--cpukit/posix/include/rtems/posix/ptimer.h5
1 files changed, 4 insertions, 1 deletions
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 */