summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include
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:28:04 -0500
commit7def219b842fd32b5a4a2dd0ad2ea76fede8355d (patch)
treeb921478732993af5e2e994cd638a5c09b7ac57ce /cpukit/posix/include
parentJFFS2: Use RTEMS red-black tree implementation (diff)
downloadrtems-7def219b842fd32b5a4a2dd0ad2ea76fede8355d.tar.bz2
various .h files: Add missing C++ extern wrappers
Updates #2405.
Diffstat (limited to 'cpukit/posix/include')
-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 */