summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests/sp22
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 /c/src/tests/sptests/sp22
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 'c/src/tests/sptests/sp22')
-rw-r--r--c/src/tests/sptests/sp22/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/tests/sptests/sp22/task1.c b/c/src/tests/sptests/sp22/task1.c
index 240a1972cc..547c8391cf 100644
--- a/c/src/tests/sptests/sp22/task1.c
+++ b/c/src/tests/sptests/sp22/task1.c
@@ -82,7 +82,7 @@ rtems_task Task_1(
Print_time();
- pause();
+ rtems_test_pause();
/*
* Reset the time since we do not know how long the user waited