The name of the test support routine pause was changed to rtems_test_pause

to avoid conflict with the standard POSIX routine pause(2).
This commit is contained in:
Joel Sherrill
1996-02-22 20:14:36 +00:00
parent 66d9e3ad29
commit ba3911317a
26 changed files with 76 additions and 84 deletions

View File

@@ -384,7 +384,7 @@ rtems_task Task_1(
0
);
pause();
rtems_test_pause();
/* rtems_timer_create */
@@ -720,7 +720,7 @@ pause();
0
);
pause();
rtems_test_pause();
/* rtems_event_send */
@@ -1046,7 +1046,7 @@ pause();
0
);
pause();
rtems_test_pause();
/* rtems_io_initialize */