projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
256356a
)
Initialize signal descriptions after pdumping
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 4 Feb 2021 18:21:18 +0000
(20:21 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 4 Feb 2021 18:21:18 +0000
(20:21 +0200)
* src/sysdep.c (init_signals) [!HAVE_DECL_SYS_SIGLIST]: Reinit
sys_siglist also after pdumping. (Bug#46284)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index f94ce4d49208fa43f219f510efbe3e83af41d4e1..d100a5cb50b4c03eac35ed54c3ac53fdf865b4fe 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-1980,7
+1980,8
@@
init_signals (void)
#endif
#if !HAVE_DECL_SYS_SIGLIST && !defined _sys_siglist
- if (! initialized)
+ if (! initialized
+ || dumped_with_pdumper_p ())
{
sys_siglist[SIGABRT] = "Aborted";
# ifdef SIGAIO