From ba3911317a112b7ddfa09d0a0c97880853546ff7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 22 Feb 1996 20:14:36 +0000 Subject: The name of the test support routine pause was changed to rtems_test_pause to avoid conflict with the standard POSIX routine pause(2). --- testsuites/sptests/sp07/task1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/sptests/sp07') diff --git a/testsuites/sptests/sp07/task1.c b/testsuites/sptests/sp07/task1.c index 62fa35cee9..f5abb10fa5 100644 --- a/testsuites/sptests/sp07/task1.c +++ b/testsuites/sptests/sp07/task1.c @@ -29,7 +29,7 @@ rtems_task Task_1( rtems_task_priority the_priority; rtems_task_priority previous_priority; - pause(); + rtems_test_pause(); status = rtems_task_set_priority( RTEMS_SELF, -- cgit v1.2.3