Hacker News new | ask | show | jobs
by dfox 2554 days ago
strerror[_r]() is allowed to be cancellation point, because it's implementation may involve calls to read() which is required to be cancellation point.