summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx07/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx07/system.h')
-rw-r--r--testsuites/psxtests/psx07/system.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx07/system.h b/testsuites/psxtests/psx07/system.h
index 893310ec67..fab0c2c822 100644
--- a/testsuites/psxtests/psx07/system.h
+++ b/testsuites/psxtests/psx07/system.h
@@ -22,6 +22,10 @@ void *POSIX_Init(
void *argument
);
+void *Task_1(
+ void *argument
+);
+
/* configuration information */
#define CONFIGURE_SPTEST
@@ -42,5 +46,6 @@ void *POSIX_Init(
#endif
TEST_EXTERN pthread_t Init_id;
+TEST_EXTERN pthread_t Task_id;
/* end of include file */