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). --- c/src/tests/sptests/sp22/task1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/tests/sptests/sp22') 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 -- cgit v1.2.3