summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/condattrgetclock.c (follow)
AgeCommit message (Collapse)Author
2020-04-28doxygen: Switch @brief and @ingroupSebastian Huber
This order change fixes the Latex documentation build via Doxygen.
2020-04-16Canonicalize config.h includeSebastian Huber
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2016-06-16Add pthread_condattr_getclock() and pthread_condattr_setclock()Joel Sherrill
updates #2608.