2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>

* tmck/task1.c: Remove support for "unix".
This commit is contained in:
Ralf Corsepius
2009-10-14 13:10:52 +00:00
parent 8d5caeaa45
commit 731df2a858
2 changed files with 4 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
* tmck/task1.c: Remove support for "unix".
2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* tm08/task1.c: Convert calls to legacy routine rtems_clock_get(

View File

@@ -156,12 +156,7 @@ void check_read_timer()
* consider valid for our testing purposes.
*/
printf( "TOO LONG (%d) at index %d!!!\n", end_time, index );
#if defined(unix)
index--;
continue;
#else
rtems_test_exit( 1 );
#endif
}
else
Distribution[ end_time ]++;