summaryrefslogtreecommitdiffstats
path: root/linkers/rtems-score-thread.ini
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-09 14:29:54 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-09 14:30:03 +0200
commit0b94fb0e3934d039c928c82b7a85446da0c4076f (patch)
treeb1d8332e465565c0c82e1b59c9590186be99d375 /linkers/rtems-score-thread.ini
parentcovoar: Fix NULL check of wrong variable (CID #1399602) (diff)
downloadrtems-tools-0b94fb0e3934d039c928c82b7a85446da0c4076f.tar.bz2
linkers: Update due to API changes
Diffstat (limited to 'linkers/rtems-score-thread.ini')
-rw-r--r--linkers/rtems-score-thread.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/linkers/rtems-score-thread.ini b/linkers/rtems-score-thread.ini
index 3aed2f1..cc00d2b 100644
--- a/linkers/rtems-score-thread.ini
+++ b/linkers/rtems-score-thread.ini
@@ -34,7 +34,7 @@ _Thread_Create_idle = void, void
_Thread_Start_multitasking = void, void
_Stack_Allocate = void*, size_t
_Stack_Free = void, void*
-_Thread_Initialize = bool, Thread_Information *, Thread_Control*, const Thread_Configuration *
+_Thread_Initialize = Status_Control, Thread_Information*, Thread_Control*, const Thread_Configuration*
_Thread_Start = bool, Thread_Control*, const Thread_Entry_information*, ISR_lock_Context*
_Thread_Restart_other = bool, Thread_Control*, const Thread_Entry_information*, ISR_lock_Context*
_Thread_Restart_self = void, Thread_Control*, const Thread_Entry_information*, ISR_lock_Context*