diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-08-24 21:27:32 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-08-24 21:27:32 -0700 |
commit | 7d896ca9f363843d687fd7a9a04b1fb917a42aae (patch) | |
tree | 1ab9e2f099cd7c96ce225296eb69bd05500c3924 /lib/execinfo.c | |
parent | f4a681b077a4af9f1eb36e0a109003262e2dafd1 (diff) | |
download | emacs-7d896ca9f363843d687fd7a9a04b1fb917a42aae.tar.gz emacs-7d896ca9f363843d687fd7a9a04b1fb917a42aae.tar.bz2 emacs-7d896ca9f363843d687fd7a9a04b1fb917a42aae.zip |
* lib/execinfo.c, lib/execinfo.in.h, m4/execinfo.m4: New files.
Diffstat (limited to 'lib/execinfo.c')
-rw-r--r-- | lib/execinfo.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/execinfo.c b/lib/execinfo.c new file mode 100644 index 00000000000..0bcd9f078ba --- /dev/null +++ b/lib/execinfo.c @@ -0,0 +1,3 @@ +#include <config.h> +#define _GL_EXECINFO_INLINE _GL_EXTERN_INLINE +#include "execinfo.h" |