summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx01/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx01/system.h')
-rw-r--r--testsuites/psxtests/psx01/system.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx01/system.h b/testsuites/psxtests/psx01/system.h
index 409bff4450..3b776a082d 100644
--- a/testsuites/psxtests/psx01/system.h
+++ b/testsuites/psxtests/psx01/system.h
@@ -43,4 +43,13 @@ void *Task_1_through_3(
/* global variables */
+#ifdef CONFIGURE_INIT
+#define TEST_EXTERN
+#else
+#define TEST_EXTERN extern
+#endif
+
+TEST_EXTERN pthread_t Init_id;
+TEST_EXTERN pthread_t Task_id;
+
/* end of include file */