sptests - Eliminate missing prototype warnings

This commit is contained in:
Joel Sherrill
2012-05-12 11:01:26 -05:00
parent 4f16ce03d2
commit 3c8eda77b9
71 changed files with 388 additions and 106 deletions

View File

@@ -1,5 +1,5 @@
/*
* COPYRIGHT (c) 1989-2009.
* COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -17,6 +17,11 @@
#include <rtems/score/timespec.h>
#include <rtems/score/threadq.h>
/* forward declarations to avoid warnings */
rtems_task Init(rtems_task_argument argument);
void timespec_divide_by_zero(void);
void timespec_greater_than_lhs_sec_less(void);
void timespec_divide_by_zero(void)
{
struct timespec t1;