summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
Diffstat (limited to 'implement.h')
-rw-r--r--implement.h5
1 files changed, 5 insertions, 0 deletions
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;
+