diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2024-05-18 19:12:55 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2024-05-19 08:58:14 -0700 |
| commit | c07160b8df4e9f795dd73f08a3399ccef465c898 (patch) | |
| tree | 1c3b3eddbb19ef67bc0db000e2acf6aca6ac47d4 /lib/stdlib.in.h | |
| parent | 370a386633b081107d30a00463dd0fe8d81b7e0f (diff) | |
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib/stdlib.in.h')
| -rw-r--r-- | lib/stdlib.in.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/stdlib.in.h b/lib/stdlib.in.h index 1888d3ee314..ef9fde30eb2 100644 --- a/lib/stdlib.in.h +++ b/lib/stdlib.in.h @@ -231,6 +231,14 @@ _GL_CXXALIAS_SYS (abort, void, (void)); _GL_CXXALIASWARN (abort); # endif #endif +#if @GNULIB_ABORT_DEBUG@ && @REPLACE_ABORT@ +_GL_EXTERN_C void _gl_pre_abort (void); +#else +# if !GNULIB_defined_gl_pre_abort +# define _gl_pre_abort() /* nothing */ +# define GNULIB_defined_gl_pre_abort 1 +# endif +#endif #if @GNULIB_FREE_POSIX@ |
