Started to added POSIX message queue test code.

This commit is contained in:
Jennifer Averett
1999-11-18 19:50:45 +00:00
parent 105d787200
commit 23168f53d0
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -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 */
+3
View File
@@ -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 */