Skip to content

Commit

Permalink
poll is broken on osx
Browse files Browse the repository at this point in the history
svn path=/branches/mono-2-6/mono/; revision=160325
  • Loading branch information
Geoff Norton committed Jul 14, 2010
1 parent 7892439 commit 3035ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/utils/mono-poll.c
@@ -1,7 +1,7 @@
#include "mono-poll.h"
#include <errno.h>

#ifdef HAVE_POLL
#ifdef HAVE_POLL && !defined(__APPLE__)
int
mono_poll (mono_pollfd *ufds, unsigned int nfds, int timeout)
{
Expand Down

0 comments on commit 3035ae2

Please sign in to comment.