]> git.ipfire.org Git - thirdparty/make.git/commit
Set the proper type for variables set in signal handlers
authorPaul Smith <psmith@gnu.org>
Sun, 9 Oct 2022 17:41:21 +0000 (13:41 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 15 Oct 2022 22:39:32 +0000 (18:39 -0400)
commit01b1d4f40195ddb715bc8a5e2236a7fe2e92890f
tree26a72161e7130d3e77fbebf27473d6ae93903a4d
parentbf2d71498c12ee09b6c9fe63a337c306442fd7f6
Set the proper type for variables set in signal handlers

* bootstrap.conf: Get gnulib's sig_atomic_t type checking M4 macro.
* configure.ac: Invoke it.
* src/makeint.h (handling_fatal_signal): Set the type correctly.
* src/commands.c (handling_fatal_signal): Ditto.
bootstrap.conf
configure.ac
src/commands.c
src/makeint.h