summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadsetnamenp.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-16Canonicalize config.h includeSebastian Huber1-1/+1
Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
2019-11-19Move feature macro before "config.h" includeSebastian Huber1-1/+2
This allows to use header includes in "config.h" to reduce the build configuration checks. Update #3818.
2017-01-13posix: Add pthread_getname_np(), ...Sebastian Huber1-0/+38
Add pthread_getname_np() and pthread_setname_np(). Update #2858.