X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fpthread.h;h=43754ddd7b47cd31b84c8c497acf0a6cad362545;hb=2b55a619e48e587a09d0620b959dd73f808d57ed;hp=763336690e50c32916297d8d72b4f1bd4fd88f15;hpb=ea343364a719add2cd8adf8a50c15bb5f9400dd8;p=musl diff --git a/include/pthread.h b/include/pthread.h index 76333669..43754ddd 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -65,7 +65,7 @@ extern "C" { #define PTHREAD_CANCEL_DEFERRED 0 #define PTHREAD_CANCEL_ASYNCHRONOUS 1 -#define PTHREAD_CANCELLED ((void *)-1) +#define PTHREAD_CANCELED ((void *)-1) #define PTHREAD_BARRIER_SERIAL_THREAD (-1)