Change #275140
| Category | texinfo |
| Changed by | Gavin Smith <gavinsmith0123@gmail.com> |
| Changed at | Sat 18 Jul 2026 03:13:48 |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Project | texinfo |
| Branch | master |
| Revision | 653e55a98ff65df5abd9650f47e1e81d3a4002e2 |
Comments
* configure.ac (AC_CHECK_FUNCS): Remove check for sigprocmask. * info/signals.c (info_signal_proc) [!HAVE_SIGACTION && HAVE_SIGPROCMASK]: Remove code. Systems without sigaction but which do have sigprocmask may be rare - the Gnulib manual only mentions that both functions are missing on mingw and MSVC 14. (term_conf_busy): Remove unused.
Changed files
- ChangeLog
- configure.ac
- info/signals.c