> Yes, please push; these sorts of changes are fine.
OK, pushed like this:
2020-08-22 Bruno Haible
sig2str: Add more signals.
* lib/sig2str.c (numname_table): Add SIGCPUFAIL, SIGTHR, SIGBREAK.
diff --git a/lib/sig2str.c b/lib/sig2str.c
index 905daea..cf7c3bb 100644
--
Yes, please push; these sorts of changes are fine.
Hi Paul,
Here's a proposed patch to add a few more signal names to the list of
signals:
- SIGCPUFAIL exists on AIX. sys_siglist description: "CPU Failure Predicted"
- SIGTHR exists on OpenBSD. sys_siglist description: "Thread AST"
(whatever that may mean).
- SIGBREAK exists on native Win