summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp14
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-22 20:14:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-02-22 20:14:36 +0000
commitba3911317a112b7ddfa09d0a0c97880853546ff7 (patch)
treed51a3d392db74c3765f51e93241812dd6c102b82 /testsuites/sptests/sp14
parentChanged io manager initialization routine to not be static and added it here. (diff)
downloadrtems-ba3911317a112b7ddfa09d0a0c97880853546ff7.tar.bz2
The name of the test support routine pause was changed to rtems_test_pause
to avoid conflict with the standard POSIX routine pause(2).
Diffstat (limited to 'testsuites/sptests/sp14')
-rw-r--r--testsuites/sptests/sp14/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp14/task1.c b/testsuites/sptests/sp14/task1.c
index ac8feed71f..50dff2b9d8 100644
--- a/testsuites/sptests/sp14/task1.c
+++ b/testsuites/sptests/sp14/task1.c
@@ -60,7 +60,7 @@ rtems_task Task_1(
status = rtems_signal_catch( Process_asr, RTEMS_NO_ASR );
directive_failed( status, "rtems_signal_catch" );
-pause();
+rtems_test_pause();
puts( "TA1 - rtems_signal_send - RTEMS_SIGNAL_1 to self" );
status = rtems_signal_send( RTEMS_SELF, RTEMS_SIGNAL_1 );