blob: a55d280c83bde62cdb5f8cbb0c4b212da8ecf26f [file] [log] [blame]
#include <pthread.h>
int pthread_equal(pthread_t a, pthread_t b)
{
return a==b;
}