summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmcond10/init.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-05 15:17:14 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-12 09:36:19 +0100
commit150fbaf9c94237072617fbcb10ee95a346c7e13d (patch)
tree7c10989cb1619eb0c76b25ef26905c004bc4c7d0 /testsuites/psxtmtests/psxtmcond10/init.c
parentpsxtests: Avoid build system defined defines (diff)
downloadrtems-150fbaf9c94237072617fbcb10ee95a346c7e13d.tar.bz2
psxtmtests: Avoid build system defined defines
Update #3818.
Diffstat (limited to 'testsuites/psxtmtests/psxtmcond10/init.c')
-rw-r--r--testsuites/psxtmtests/psxtmcond10/init.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/psxtmcond10/init.c b/testsuites/psxtmtests/psxtmcond10/init.c
new file mode 100644
index 0000000000..ba08dc195c
--- /dev/null
+++ b/testsuites/psxtmtests/psxtmcond10/init.c
@@ -0,0 +1,2 @@
+#define USE_TIMEDWAIT_WAIT_VALUE_IN_PAST
+#include "../psxtmcond08/psxtmcond08impl.h"