From 17df736379b7279c2df49bb35251526b40363715 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 11 Feb 2013 16:40:47 +0000 Subject: add ML ref. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 8921bed29a..732dd5dc2a 100644 --- a/configure.in +++ b/configure.in @@ -1478,6 +1478,7 @@ if test $rb_cv_stack_end_address != no; then fi # posix_memalign(memptr, alignment, size) implemented for OpenBSD 4.8 doesn't work if alignment > MALLOC_PAGESIZE. +# [ruby-core:42158] https://bugs.ruby-lang.org/issues/5901 # OpenBSD 5.2 fixed the problem. (src/lib/libc/stdlib/malloc.c:1.142) # MirOS #10semel has the problem but fixed in the repository. (src/lib/libc/stdlib/malloc.c:1.9) AS_CASE(["$target_os"], -- cgit v1.2.3