mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-28 16:21:30 +03:00
There is nothing in the POSIX specification to disallow a single-threaded program from cancelling itself, so we forcibly enable multiple_threads to allow the next available cancellation point in the thread to run. Also added additional tests to cover various cancellation scenarios.