execinfo: new module
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Aug 2012 08:47:05 +0000 (01:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 22 Aug 2012 08:47:52 +0000 (01:47 -0700)
commit4ee642f60d0f603a27ecbdceb6c3352cc76e3ded
tree9a76fdf57a130aa7240d7a19772eba1747df7831
parenteb872c43a7bfea71a5a3bb95b6817cc3d7c0966f
execinfo: new module

This is for Emacs.  Currently, it provides a no-effect stub
on all platforms where it does not already work.
It already works on glibc-based systems, and on Solaris 11.
* lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4, modules/execinfo:
New files.
* doc/glibc-headers/execinfo.texi (execinfo.h):
* MODULES.html.sh (Misc): Document it.
ChangeLog
MODULES.html.sh
doc/glibc-headers/execinfo.texi
lib/execinfo.c [new file with mode: 0644]
lib/execinfo.in.h [new file with mode: 0644]
m4/execinfo.m4 [new file with mode: 0644]
modules/execinfo [new file with mode: 0644]