mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 08:15:20 +08:00
Started to added POSIX message queue test code.
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user