summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/psignalconfig.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.
* 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
* posix: Avoid workspace for queued signalsSebastian Huber2019-04-101-1/+3
|
* posix: _Configuration_POSIX_Maximum_queued_signalsSebastian Huber2019-04-101-1/+1
| | | | Rename to use proper namespace.
* posix: Split posix_api_configuration_tableSebastian Huber2018-10-291-0/+34
Use separate configuration variables to avoid false dependencies. Update #2514.