From e30dbb36718a3a1b6c5f7cd2701e46c9b4f285b9 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 18 Mar 2012 14:21:31 +0000 Subject: fix condition for free * gc.c (aligned_free): fix condition for free. memalign() and posix_memalign() are not defined together normally. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4301ce6fd9..9eaee2b403 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Mar 18 23:21:17 2012 Nobuyoshi Nakada + + * gc.c (aligned_free): fix condition for free. memalign() and + posix_memalign() are not defined together normally. + Sun Mar 18 18:31:45 2012 Yuki Sonoda (Yugui) * gc.c (aligned_malloc, aligned_free): added fallback implementations -- cgit v1.2.3