- Fixes https://github.com/termux/termux-packages/issues/24593
- Rebase `Makefile.patch`
- No longer contains any instances of `pthread_cancel()`. One instance of `pthread_testcancel()` remains, but it can be disabled because `pthread_testcancel()` does not do anything in programs that never use `pthread_cancel()`.