aboutsummaryrefslogtreecommitdiffstats
path: root/lib/execinfo.c
diff options
context:
space:
mode:
authorPaul Eggert2025-12-12 15:24:31 -0800
committerPaul Eggert2025-12-12 16:27:11 -0800
commit41ffeaec15b9a0f052de2d2e5eab23302c4ce46b (patch)
treea2e82875cc70f7881ba5627872fc8c11630256ec /lib/execinfo.c
parent976143651b832ca0dcaf1d15e41eb7424aec4c90 (diff)
downloademacs-41ffeaec15b9a0f052de2d2e5eab23302c4ce46b.tar.gz
emacs-41ffeaec15b9a0f052de2d2e5eab23302c4ce46b.zip
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib/execinfo.c')
-rw-r--r--lib/execinfo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/execinfo.c b/lib/execinfo.c
index a9fe54075f0..745fbbb052f 100644
--- a/lib/execinfo.c
+++ b/lib/execinfo.c
@@ -15,7 +15,6 @@
15 You should have received a copy of the GNU Lesser General Public License 15 You should have received a copy of the GNU Lesser General Public License
16 along with this program. If not, see <https://www.gnu.org/licenses/>. */ 16 along with this program. If not, see <https://www.gnu.org/licenses/>. */
17 17
18#include <config.h>
19
20#define _GL_EXECINFO_INLINE _GL_EXTERN_INLINE 18#define _GL_EXECINFO_INLINE _GL_EXTERN_INLINE
19#include <config.h>
21#include "execinfo.h" 20#include "execinfo.h"