mirror of
https://github.com/fluencelabs/musl
synced 2025-06-24 04:01:56 +00:00
fix misspelled PTHREAD_CANCELED constant
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user