In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/e62a0811bc2b623845ce4994e77bb5f224466c7e?hp=7118f70435752910288d5779c83515b297f14bae>

- Log -----------------------------------------------------------------
commit e62a0811bc2b623845ce4994e77bb5f224466c7e
Author: H.Merijn Brand <[email protected]>
Date:   Mon Sep 16 08:04:37 2019 +0200

    Add check for malloc_usable_size (Richard Leach)

-----------------------------------------------------------------------

Summary of changes:
 Configure | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Configure b/Configure
index 7aa03d6aed..cde374b7d0 100755
--- a/Configure
+++ b/Configure
@@ -657,6 +657,7 @@ d_lstat=''
 d_madvise=''
 d_malloc_good_size=''
 d_malloc_size=''
+d_malloc_usable_size=''
 d_mblen=''
 d_mbrlen=''
 d_mbrtowc=''
@@ -16150,6 +16151,10 @@ eval $inlibc
 set malloc_good_size d_malloc_good_size
 eval $inlibc
 
+: see if malloc_usable_size exists
+set malloc_usable_size d_malloc_usable_size
+eval $inlibc
+
 : see if mblen exists
 set mblen d_mblen
 eval $inlibc
@@ -24300,6 +24305,7 @@ d_lstat='$d_lstat'
 d_madvise='$d_madvise'
 d_malloc_good_size='$d_malloc_good_size'
 d_malloc_size='$d_malloc_size'
+d_malloc_usable_size='$d_malloc_usable_size'
 d_mblen='$d_mblen'
 d_mbrlen='$d_mbrlen'
 d_mbrtowc='$d_mbrtowc'

-- 
Perl5 Master Repository

Reply via email to