summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxmsgq01/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxmsgq01/system.h')
-rw-r--r--testsuites/psxtests/psxmsgq01/system.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/testsuites/psxtests/psxmsgq01/system.h b/testsuites/psxtests/psxmsgq01/system.h
index d0d074b31c..f17650829c 100644
--- a/testsuites/psxtests/psxmsgq01/system.h
+++ b/testsuites/psxtests/psxmsgq01/system.h
@@ -1,9 +1,12 @@
-/* system.h
+/**
+ * @file
*
* This include file contains information that is included in every
* function in the test set.
- *
- * COPYRIGHT (c) 1989-1999.
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -19,13 +22,10 @@
#include <sched.h>
#include <tmacros.h>
-void *POSIX_Init(
- void *argument
-);
-
-void *Task_1_through_3(
- void *argument
-);
+void *POSIX_Init(void *argument);
+void *Task_1_through_3(void *argument);
+void *Task_4(void *argument);
+void *Task_5(void *argument);
/* configuration information */