Explorar o código

Add process_shared field to haiku OS pthread_mutexattr_t type

git-svn-id: trunk@45993 -
pierre %!s(int64=5) %!d(string=hai) anos
pai
achega
0863291e07
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      rtl/haiku/ptypes.inc

+ 2 - 1
rtl/haiku/ptypes.inc

@@ -164,7 +164,8 @@ type
   end;
   end;
 
 
   pthread_mutexattr_t = record
   pthread_mutexattr_t = record
-    __mutexkind: cint;
+    __mutexkind: cint32;
+    process_shared: cbool;
   end;
   end;
 
 
   pthread_cond_t = record
   pthread_cond_t = record