summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/pthreadattrdefault.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
2017-10-12posix: Fix const qualifier warningSebastian Huber
Update #2514. Update #3179.
2017-10-10posix: Unconditional thread attribute supportSebastian Huber
Update #2514.