disable posix_memalign() on Mac - it requires 10.6

This commit is contained in:
Mitchell Livingston 2010-02-22 02:36:17 +00:00
parent ed10dda36b
commit 3ff11837d4
1 changed files with 1 additions and 1 deletions

View File

@ -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