Change #275136
| Category | texinfo |
| Changed by | Gavin Smith <gavinsmith0123@gmail.com> |
| Changed at | Sat 18 Jul 2026 01:16:35 |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Project | texinfo |
| Branch | master |
| Revision | 283bedb13d1f3c04b73e9a28014e95ddaa57b605 |
Comments
Use sig_atomic_t * info/signals.c [!HAVE_SIGACTION] (term_conf_busy), (sigwinch_block_count): Declare as volatile sig_atomic_t rather than int, as they are accessed inside the signal handler info_signal_proc.
Changed files
- ChangeLog
- info/signals.c