1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

ChangeLog: about malloc_size(3) availability

* ChangeLog: malloc_size(3) on MacOS X says it's a BSD Library
  Function, so possibly some other BSDs may have but seems unavailable
  on FreeBSD at least.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2013-12-05 06:56:05 +00:00
parent 1bbc52dee1
commit 97ac1f6767

View file

@ -81,9 +81,9 @@ Wed Dec 4 12:47:54 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
Tue Dec 3 23:48:18 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in: check malloc_size() available on BSD.
* configure.in: check malloc_size() availability.
* gc.c: use malloc_size() with malloc/malloc.h on BSD.
* gc.c: use malloc_size() with malloc/malloc.h if available.
Tue Dec 3 23:06:20 2013 Narihiro Nakamura <authornari@gmail.com>