X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fpthread.h;h=44a710197210a5cc1abd4edf6e52c74b8be2a701;hb=114c80f1416617399c85c2df09dd307532399903;hp=a0af20fe38e769ad787c6ec4310b6ad49d7bb44e;hpb=cbf35978a9870fb1f5c73a852c986d4fcca6c2d4;p=musl diff --git a/include/pthread.h b/include/pthread.h index a0af20fe..44a71019 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -80,7 +80,9 @@ int pthread_join(pthread_t, void **); __attribute__((const)) #endif pthread_t pthread_self(void); + int pthread_equal(pthread_t, pthread_t); +#define pthread_equal(x,y) ((x)==(y)) int pthread_setcancelstate(int, int *); int pthread_setcanceltype(int, int *);