Skip to content

Commit

Permalink
Disabled madvise on cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
Leont committed Feb 14, 2010
1 parent 204553f commit 3f54e9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/File/Map.xs
Expand Up @@ -9,6 +9,7 @@
#ifdef __CYGWIN__
# undef WIN32
# undef _WIN32
# define madvise(address, length, advice) 0
#endif

#include <assert.h>
Expand Down

0 comments on commit 3f54e9a

Please sign in to comment.