X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Fthreadpool.c;h=61f69437e3fec21439d40698091adfaeff9c2d0a;hb=83c3ff04e80cbffc33b087e084dda74b911c4a61;hp=fde7641dffb0b181fe94765bb5b874c2e24488d4;hpb=0900c61969ca862b0bcc967b4413e539acf07dbb;p=mono.git diff --git a/mono/metadata/threadpool.c b/mono/metadata/threadpool.c old mode 100644 new mode 100755 index fde7641dffb..61f69437e3f --- a/mono/metadata/threadpool.c +++ b/mono/metadata/threadpool.c @@ -206,8 +206,24 @@ enum { }; #ifdef DISABLE_SOCKETS + #define socket_io_cleanup(x) + +static int +get_event_from_state (MonoSocketAsyncResult *state) +{ + g_assert_not_reached (); + return -1; +} + +static int +get_events_from_list (MonoMList *list) +{ + return 0; +} + #else + static void socket_io_cleanup (SocketIOData *data) {