summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadsetnamenp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Canonicalize config.h includeSebastian Huber2020-04-161-1/+1
| | | | | | | | Use the following variant which was already used by most source files: #ifdef HAVE_CONFIG_H #include "config.h" #endif
* Move feature macro before "config.h" includeSebastian Huber2019-11-191-1/+2
| | | | | | | This allows to use header includes in "config.h" to reduce the build configuration checks. Update #3818.
* posix: Add pthread_getname_np(), ...Sebastian Huber2017-01-131-0/+38
Add pthread_getname_np() and pthread_setname_np(). Update #2858.