Signed-off-by: Sebastian Huber <sebastian.hu...@embedded-brains.de> --- newlib/libc/sys/rtems/include/sys/_pthreadtypes.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/newlib/libc/sys/rtems/include/sys/_pthreadtypes.h b/newlib/libc/sys/rtems/include/sys/_pthreadtypes.h index 9db50fe44..6ffedaebf 100644 --- a/newlib/libc/sys/rtems/include/sys/_pthreadtypes.h +++ b/newlib/libc/sys/rtems/include/sys/_pthreadtypes.h @@ -179,7 +179,13 @@ typedef struct { /* POSIX Barrier Types */ #if defined(_POSIX_BARRIERS) -typedef __uint32_t pthread_barrier_t; /* POSIX Barrier Object */ +typedef struct { + unsigned long _flags; + unsigned int _count; + unsigned int _waiting_threads; + struct _Thread_queue_Queue _Queue; +} pthread_barrier_t; + typedef struct { int is_initialized; /* is this structure initialized? */ #if defined(_POSIX_THREAD_PROCESS_SHARED) -- 2.12.3 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel