X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2Fhandles-private.h;h=c5d4fbeb70e94f400e7824cc1db1373a6f465094;hb=8eeb2cef8fb37b7aaeed5fb0c31550a1701f9bdf;hp=c3f815cfc2c65f63677083cbb82596325347bafb;hpb=436328d91d590e68ccc87127920ba7cc6262fa0c;p=mono.git diff --git a/mono/io-layer/handles-private.h b/mono/io-layer/handles-private.h index c3f815cfc2c..c5d4fbeb70e 100644 --- a/mono/io-layer/handles-private.h +++ b/mono/io-layer/handles-private.h @@ -79,12 +79,9 @@ extern gboolean _wapi_handle_count_signalled_handles (guint32 numhandles, guint32 *lowest); extern void _wapi_handle_unlock_handles (guint32 numhandles, gpointer *handles); -extern int _wapi_handle_wait_signal (gboolean poll); -extern int _wapi_handle_timedwait_signal (struct timespec *timeout, gboolean poll); -extern int _wapi_handle_wait_signal_handle (gpointer handle, gboolean alertable); -extern int _wapi_handle_timedwait_signal_handle (gpointer handle, - struct timespec *timeout, gboolean alertable, gboolean poll); -extern gboolean _wapi_handle_get_or_set_share (dev_t device, ino_t inode, +extern int _wapi_handle_timedwait_signal (struct timespec *timeout, gboolean poll, gboolean *alerted); +extern int _wapi_handle_timedwait_signal_handle (gpointer handle, struct timespec *timeout, gboolean alertable, gboolean poll, gboolean *alerted); +extern gboolean _wapi_handle_get_or_set_share (guint64 device, guint64 inode, guint32 new_sharemode, guint32 new_access, guint32 *old_sharemode,