summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pthreadsetnamenp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* cpukit/posix/src/[p-z]*.c: Change license to BSD-2Joel Sherrill2022-02-281-3/+22
| | | | Updates #3053.
* 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.