summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psxmsgq01/system.h
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-18 19:50:45 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-18 19:50:45 +0000
commit23168f53d0c138d852e95187fbc29e96a92715f6 (patch)
tree7b0552127f870fc4ad3d17507e4db62daf61e2a8 /c/src/tests/psxtests/psxmsgq01/system.h
parentAdded routine to remove an object from the namespace. It just clears (diff)
downloadrtems-23168f53d0c138d852e95187fbc29e96a92715f6.tar.bz2
Started to added POSIX message queue test code.
Diffstat (limited to '')
-rw-r--r--c/src/tests/psxtests/psxmsgq01/system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/tests/psxtests/psxmsgq01/system.h b/c/src/tests/psxtests/psxmsgq01/system.h
index 9b55eea1d0..e41fceb2af 100644
--- a/c/src/tests/psxtests/psxmsgq01/system.h
+++ b/c/src/tests/psxtests/psxmsgq01/system.h
@@ -19,6 +19,7 @@
#include <unistd.h>
#include <errno.h>
#include <sched.h>
+#include <tmacros.h>
void *POSIX_Init(
void *argument
@@ -53,3 +54,5 @@ TEST_EXTERN pthread_t Init_id;
TEST_EXTERN pthread_t Task_id;
/* end of include file */
+
+