summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx01/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/psxtests/psx01/system.h')
-rw-r--r--c/src/tests/psxtests/psx01/system.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/tests/psxtests/psx01/system.h b/c/src/tests/psxtests/psx01/system.h
index 409bff4450..3b776a082d 100644
--- a/c/src/tests/psxtests/psx01/system.h
+++ b/c/src/tests/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 */