psxtmtests - Eliminate missing prototype warnings

This commit is contained in:
Joel Sherrill
2012-05-11 09:15:40 -05:00
parent 65c6425de9
commit 991a3cc1c9
31 changed files with 167 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
/*
* COPYRIGHT (c) 1989-2010.
* COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -19,6 +19,11 @@
#include <sched.h>
#include <rtems/timerdrv.h>
/* forward declarations to avoid warnings */
void *POSIX_Init(void *argument);
void *Middle(void *argument);
void *Low(void *argument);
pthread_mutex_t MutexId;
void *Low(