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/psxtmrwlock02/init.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'testsuites/psxtmtests/psxtmrwlock02') diff --git a/testsuites/psxtmtests/psxtmrwlock02/init.c b/testsuites/psxtmtests/psxtmrwlock02/init.c index c40c2af352..5623663342 100644 --- a/testsuites/psxtmtests/psxtmrwlock02/init.c +++ b/testsuites/psxtmtests/psxtmrwlock02/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 @@ -19,6 +19,11 @@ #include #include "test_support.h" +/* forward declarations to avoid warnings */ +void *POSIX_Init(void *argument); +void *Middle(void *argument); +void *Low(void *argument); + pthread_rwlock_t rwlock; void *Low( -- cgit v1.2.3