mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 22:52:22 +02:00
POSIX says that pthread API's don't set errno directly. If there is an error, it should be the return value from the function instead.
POSIX says that pthread API's don't set errno directly. If there is an error, it should be the return value from the function instead.