summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsignal05
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 09:16:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-22 16:46:00 +0200
commitd7ce33f17ed3259c7864f25bdb49eaf9774464bf (patch)
tree93a811882705f050a04334ddf654362dd714a2e1 /testsuites/psxtests/psxsignal05
parentposix: Use _Thread_Get_executing() (diff)
downloadrtems-d7ce33f17ed3259c7864f25bdb49eaf9774464bf.tar.bz2
testsuites: Use _Thread_Get_executing()
Diffstat (limited to 'testsuites/psxtests/psxsignal05')
-rw-r--r--testsuites/psxtests/psxsignal05/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxsignal05/init.c b/testsuites/psxtests/psxsignal05/init.c
index 04c78793f2..3541becdff 100644
--- a/testsuites/psxtests/psxsignal05/init.c
+++ b/testsuites/psxtests/psxsignal05/init.c
@@ -77,7 +77,7 @@ void *POSIX_Init(
_POSIX_signals_Pending |= signo_to_mask( SIGUSR1 );
bc = _POSIX_signals_Clear_signals(
- _Thread_Executing->API_Extensions[ THREAD_API_POSIX ],
+ _Thread_Get_executing()->API_Extensions[ THREAD_API_POSIX ],
SIGNAL_ONE,
&info,
true, /* is_global */