In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/20557826c85b7da386d8af2cf0151dad5326c870?hp=43bf4e6652b9fc743b1dbbc5153ced8b08779e84>

- Log -----------------------------------------------------------------
commit 20557826c85b7da386d8af2cf0151dad5326c870
Author: H.Merijn Brand <[email protected]>
Date:   Thu Jul 17 14:31:43 2014 +0200

    cut-n-paste error in comment for dladdr in config_h.SH for Condifure
-----------------------------------------------------------------------

Summary of changes:
 config_h.SH | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config_h.SH b/config_h.SH
index cc30832..c565a6c 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -1222,8 +1222,8 @@ sed <<!GROK!THIS! >$CONFIG_H -e 
's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
 
 /* HAS_DLADDR:
  *     This symbol, if defined, indicates that the dladdr() routine is
- *     available to get a stack trace.  The <execinfo.h> header must be
- *     included to use this routine.
+ *     available to query dynamic linker information for an address.
+ *     The <dlfcn.h> header must be included to use this routine.
  */
 #$d_dladdr HAS_DLADDR  /**/
 

--
Perl5 Master Repository

Reply via email to