Skip to content

Commit

Permalink
Added CreateNLSocket stub for non-linux platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Mar 20, 2013
1 parent 325ed45 commit c802ea5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions support/nl.c
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,12 @@ ReadEvents (gpointer sock, gpointer buffer, gint32 count, gint32 size)
return 0;
}

int
CreateNLSocket (void)
{
return -1;
}

int
CloseNLSocket (gpointer sock)
{
Expand Down

0 comments on commit c802ea5

Please sign in to comment.