From 991a3cc1c9e7a141f08995e1f3cb6f23f2da2a3b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 11 May 2012 09:15:40 -0500 Subject: psxtmtests - Eliminate missing prototype warnings --- testsuites/psxtmtests/psxtmsem03/init.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'testsuites/psxtmtests/psxtmsem03/init.c') diff --git a/testsuites/psxtmtests/psxtmsem03/init.c b/testsuites/psxtmtests/psxtmsem03/init.c index 94637a4a1c..58864bb847 100644 --- a/testsuites/psxtmtests/psxtmsem03/init.c +++ b/testsuites/psxtmtests/psxtmsem03/init.c @@ -1,5 +1,5 @@ /* - * COPYRIGHT (c) 1989-2011. + * COPYRIGHT (c) 1989-2012. * On-Line Applications Research Corporation (OAR). * * The license and distribution terms for this file may be @@ -21,6 +21,11 @@ #include #include +/* forward declarations to avoid warnings */ +void *POSIX_Init(void *argument); +void *Middle(void *argument); +void *Low(void *argument); + #define MAX_SEMS 2 sem_t sem1; -- cgit v1.2.3