X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2Fmutexes.h;h=d1b7a68d67ca5695d893100748693cdaa6e652ca;hb=67cdb994067c13b3fabf40c50029e18ac5351d37;hp=ef9e46d9e94351b846a42156da1637830c1c2785;hpb=c4a3b30460c7ea1a1fb3c97cfc8478555714af2f;p=mono.git diff --git a/mono/io-layer/mutexes.h b/mono/io-layer/mutexes.h index ef9e46d9e94..d1b7a68d67c 100644 --- a/mono/io-layer/mutexes.h +++ b/mono/io-layer/mutexes.h @@ -12,6 +12,8 @@ #include +#include + G_BEGIN_DECLS extern gpointer CreateMutex (WapiSecurityAttributes *security, gboolean owned, @@ -20,6 +22,9 @@ extern gboolean ReleaseMutex (gpointer handle); extern gpointer OpenMutex (guint32 access, gboolean inherit, const gunichar2 *name); +void +wapi_mutex_abandon (gpointer data, pid_t pid, pthread_t tid); + G_END_DECLS #endif /* _WAPI_MUTEXES_H_ */