Change #275135
| Category | texinfo |
| Changed by | Gavin Smith <gavinsmith0123@gmail.com> |
| Changed at | Sat 18 Jul 2026 00:42:28 |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Project | texinfo |
| Branch | master |
| Revision | 5ec5078e74fa15beb0c86fb3f179258b31c0c773 |
Comments
* info/signals.c (info_signal_handler) [!HAVE_SIGACTION]: Remove #define of info_signal_handler to info_signal_proc. This is incorrect as the former is a structure and the latter is a function. info_signal_handler is not referred to elsewhere in this file under !HAVE_SIGACTION, except under both conditions are true, there is a compilation error. This #define appears to have been present since the use of sigaction was introduced in a patch by AIDA Shinra, dated 2003-01-25.
Changed files
- ChangeLog
- info/signals.c