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/psxtmmq01/init.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'testsuites/psxtmtests/psxtmmq01') diff --git a/testsuites/psxtmtests/psxtmmq01/init.c b/testsuites/psxtmtests/psxtmmq01/init.c index 584a0a2544..9510d327f9 100644 --- a/testsuites/psxtmtests/psxtmmq01/init.c +++ b/testsuites/psxtmtests/psxtmmq01/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,9 @@ #include #include /* signal facilities */ +/* forward declarations to avoid warnings */ +void *POSIX_Init(void *argument); + #define MQ_MAXMSG 1 #define MQ_MSGSIZE sizeof(int) -- cgit v1.2.3