summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfatal02/init.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* psxtests: Adding file headers and licensesRyan Long2022-04-271-0/+35
| | | | | These files had no file header, copyright, or license. Based on git history, added appropriate copyrights and licenses.
* config: Remove CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLESebastian Huber2020-02-251-27/+13
| | | | | | | | | | | | | | | | | | | The CONFIGURE_HAS_OWN_INIT_TASK_TABLE and CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE are the last *_HAS_OWN_* configuration options. These two options are probably unused, see also: * https://lists.rtems.org/pipermail/users/2019-April/033129.html * https://lists.rtems.org/pipermail/users/2019-April/033130.html Removing them simplifies the configuration. If there is a real user need which shows up after the removal, we can resurrect them on demand. Using CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE would have required the use of the undocumented CONFIGURE_POSIX_INIT_THREAD_TABLE_NAME and CONFIGURE_POSIX_INIT_THREAD_TABLE_SIZE configuration options. Update #3874.
* sptests: Avoid include path magicSebastian Huber2019-11-121-0/+49
Update #3818.