From 552a345d97e54fc6fe378188151dc36141db2a73 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Jun 1996 22:07:14 +0000 Subject: added thread queue for list of threads waiting to join. --- c/src/exec/posix/include/rtems/posix/threadsup.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'c/src/exec/posix/include/rtems/posix/threadsup.h') diff --git a/c/src/exec/posix/include/rtems/posix/threadsup.h b/c/src/exec/posix/include/rtems/posix/threadsup.h index 23f33be5d5..0adb85fba4 100644 --- a/c/src/exec/posix/include/rtems/posix/threadsup.h +++ b/c/src/exec/posix/include/rtems/posix/threadsup.h @@ -7,10 +7,12 @@ #define __RTEMS_POSIX_THREAD_SUPPORT_h #include +#include typedef struct { pthread_attr_t Attributes; int detachstate; + Thread_queue_Control Join_List; #if 0 /* * POSIX Interrupts -- cgit v1.2.3