2 * Copyright (C) 2011 David Goulet <dgoulet@efficios.com>
4 * SPDX-License-Identifier: LGPL-2.1-only
15 #elif defined(__FreeBSD__)
17 #define MAP_GROWSDOWN 0
18 #define MAP_ANONYMOUS MAP_ANON
20 #elif defined(__CYGWIN__) || defined(__sun__)
22 #define MAP_GROWSDOWN 0
25 #error "Please add support for your OS."
26 #endif /* __linux__ */
28 #endif /* _COMPAT_MMAN_H */
This page took 0.030473 seconds and 4 git commands to generate.