summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx08/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/psxtests/psx08/system.h')
-rw-r--r--c/src/tests/psxtests/psx08/system.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/c/src/tests/psxtests/psx08/system.h b/c/src/tests/psxtests/psx08/system.h
index 18c0c49f35..46819ad59b 100644
--- a/c/src/tests/psxtests/psx08/system.h
+++ b/c/src/tests/psxtests/psx08/system.h
@@ -30,6 +30,10 @@ void *Task_2(
void *argument
);
+void *Task_3(
+ void *argument
+);
+
/* configuration information */
#define CONFIGURE_SPTEST
@@ -50,7 +54,8 @@ void *Task_2(
#endif
TEST_EXTERN pthread_t Init_id;
-TEST_EXTERN pthread_t Task_id;
+TEST_EXTERN pthread_t Task1_id;
TEST_EXTERN pthread_t Task2_id;
+TEST_EXTERN pthread_t Task3_id;
/* end of include file */