updated browser capabilities file
[mono.git] / mono / io-layer / mutex-private.h
index cb702a749fd13128d6ffca01d587fd8ba81f3bda..dd9fcbf24910d9dd85aaea4b470a89d34a714988 100644 (file)
@@ -19,7 +19,7 @@ extern struct _WapiHandleOps _wapi_mutex_ops;
 
 struct _WapiHandle_mutex
 {
-       guint32 name;
+       WapiSharedNamespace sharedns;
        pid_t pid;
        pthread_t tid;
        guint32 recursion;