[io-layer] Make _wapi_getpid, _wapi_thread_own_mutex, _wapi_thread_disown_mutex and...
[mono.git] / mono / io-layer / io.c
index 50ed3496b0c2a2a142d16aa6579e217e86d6081b..2fc21d2a94ea5f891666103a5cff1806e7f38ce4 100644 (file)
@@ -139,7 +139,7 @@ _wapi_handle_get_or_set_share (guint64 device, guint64 inode, guint32 new_sharem
 
                file_share->device = device;
                file_share->inode = inode;
-               file_share->opened_by_pid = _wapi_getpid ();
+               file_share->opened_by_pid = wapi_getpid ();
                file_share->sharemode = new_sharemode;
                file_share->access = new_access;
                file_share->handle_refs = 1;