Commit bffc67d15c51e93d148f833e912881be68491959

Nick Wellnhofer 2022-10-24T20:24:17

threads: Remove check for pthread_equal GCC 12 fixed -Waddress warnings for inline functions, resulting in warnings when comparing pthread_equal with NULL. Simply remove the check and assume that pthread_equal is available if all the other functions are. This code is only enabled on Linux anyway.