Change #264205
| Category | gzip |
| Changed by | Paul Eggert <eggert@cs.ucla.edu> |
| Changed at | Sat 11 Apr 2026 01:44:52 |
| Repository | git://git.savannah.gnu.org/gzip.git |
| Project | gzip |
| Branch | master |
| Revision | 6d6c59956c9066df90bfc80389ab4a712c67f673 |
Comments
maint: avoid sigprocmask-related locking This affects only MS-Windows; it avoids the need for some code that is needed only on multithreaded MS-Windows apps. * bootstrap.conf (gnulib_tool_option_extras): Avoid windows-spin instead of avoiding lock. * configure.ac (GNULIB_SIGPROCMASK_SINGLE_THREAD): Define this instead of defining GNULIB_PTHREAD_SIGMASK_SINGLE_THREAD.
Changed files
- bootstrap.conf
- configure.ac