compat mman.h: add cygwin support
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 May 2012 17:46:40 +0000 (13:46 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 May 2012 17:46:40 +0000 (13:46 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/common/compat/mman.h

index 1c65eb4b93c008c1cf2d25c555d5ace23308ede0..af7e1fd0f4a1384d9e6bc97d4e07264bf623fccc 100644 (file)
 #define MAP_GROWSDOWN 0
 #define MAP_ANONYMOUS MAP_ANON
 
 #define MAP_GROWSDOWN 0
 #define MAP_ANONYMOUS MAP_ANON
 
+#elif defined(__CYGWIN__)
+
+#define MAP_GROWSDOWN 0
+
 #else
 #error "Please add support for your OS."
 #endif /* __linux__ , __FreeBSD__ */
 #else
 #error "Please add support for your OS."
 #endif /* __linux__ , __FreeBSD__ */
This page took 0.028066 seconds and 4 git commands to generate.