mirror of
https://github.com/termux/termux-packages.git
synced 2025-10-12 09:54:49 +00:00
22 lines
489 B
Diff
22 lines
489 B
Diff
--- emacs/lib/sig2str.h.org 2025-08-27 00:45:29.029553730 +0200
|
|
+++ emacs/lib/sig2str.h 2025-08-27 00:45:47.573043985 +0200
|
|
@@ -19,9 +19,6 @@
|
|
|
|
#include <signal.h>
|
|
|
|
-/* Don't override system declarations of SIG2STR_MAX, sig2str, str2sig. */
|
|
-#ifndef SIG2STR_MAX
|
|
-
|
|
# include "intprops.h"
|
|
|
|
/* Size of a buffer needed to hold a signal name like "HUP". */
|
|
@@ -38,8 +35,6 @@
|
|
}
|
|
#endif
|
|
|
|
-#endif
|
|
-
|
|
/* An upper bound on signal numbers allowed by the system. */
|
|
|
|
#if defined _sys_nsig
|