fix misspelled PTHREAD_CANCELED constant

This commit is contained in:
Rich Felker
2011-04-01 20:48:02 -04:00
parent c1f1500433
commit 3df3d4f512
2 changed files with 2 additions and 2 deletions

View File

@ -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)