use posix_memalign on linux, not valloc

This commit is contained in:
Arvid Norberg 2013-03-18 15:46:43 +00:00
parent 07984fa5e0
commit 74b7d676bc
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ POSSIBILITY OF SUCH DAMAGE.
#define TORRENT_USE_NETLINK 1
#define TORRENT_USE_IFCONF 1
#define TORRENT_HAS_SALEN 0
#define TORRENT_USE_POSIX_MEMALIGN 1
// ==== MINGW ===
#elif defined __MINGW32__