From a0fa92a6b0b850a158052b40b4888c504a65e3f6 Mon Sep 17 00:00:00 2001 From: bje Date: Sun, 12 Jul 1998 11:17:20 +0000 Subject: 1998-07-12 Ben Elliston * implement.h (_pthread_mutex_attr_t): Define this implementation internal type. Application programmers only see a mutex attribute object as a void pointer. --- implement.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'implement.h') diff --git a/implement.h b/implement.h index 0d21ff9..3504537 100644 --- a/implement.h +++ b/implement.h @@ -10,3 +10,8 @@ #define PTHREAD_THREADS_MAX 256; extern DWORD pthreads_thread_count; + +typedef struct { + int proc_shared; +} _pthread_mutexattr_t; + -- cgit v1.2.3