Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Habersack <grendel@twistedcode.net>2013-03-20 04:38:07 +0400
committerMarek Habersack <grendel@twistedcode.net>2013-03-20 04:38:07 +0400
commitc802ea53a392e3b5217e4b6afa0f13fe3761bf4c (patch)
tree4283cb1de6af29d42976c74eed65f0cf46d46bac /support
parent325ed45145dfee0c12c8c6db984fbb2ad205d370 (diff)
Added CreateNLSocket stub for non-linux platforms
Diffstat (limited to 'support')
-rw-r--r--support/nl.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/support/nl.c b/support/nl.c
index f50922d76af..60ad23d594e 100644
--- a/support/nl.c
+++ b/support/nl.c
@@ -374,6 +374,12 @@ ReadEvents (gpointer sock, gpointer buffer, gint32 count, gint32 size)
}
int
+CreateNLSocket (void)
+{
+ return -1;
+}
+
+int
CloseNLSocket (gpointer sock)
{
return -1;