1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

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

View file

@ -21,7 +21,7 @@
#endif #endif
#if defined(SYS_DARWIN) #if defined(SYS_DARWIN)
#define HAVE_GETPAGESIZE #define HAVE_GETPAGESIZE
#define HAVE_POSIX_MEMALIGN //#define HAVE_POSIX_MEMALIGN requires Mac OS X 10.6
#define HAVE_VALLOC #define HAVE_VALLOC
#endif #endif