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:
parent
ed10dda36b
commit
3ff11837d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue