disable posix_memalign() on Mac - it requires 10.6
This commit is contained in:
parent
ed10dda36b
commit
3ff11837d4
|
@ -21,7 +21,7 @@
|
|||
#endif
|
||||
#if defined(SYS_DARWIN)
|
||||
#define HAVE_GETPAGESIZE
|
||||
#define HAVE_POSIX_MEMALIGN
|
||||
//#define HAVE_POSIX_MEMALIGN requires Mac OS X 10.6
|
||||
#define HAVE_VALLOC
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue