correct definition for PTHREAD_NULL
This commit is contained in:
@@ -14,7 +14,7 @@ after_includes = """
|
||||
|
||||
|
||||
// A value that shall not compare equal to any exiting thread.
|
||||
#define PTHREAD_NULL (pthread_t(NULL))
|
||||
#define PTHREAD_NULL ((pthread_t)NULL)
|
||||
|
||||
#define PTHREAD_COND_INITIALIZER {0}
|
||||
#define PTHREAD_MUTEX_INITIALIZER {0}
|
||||
|
||||
Reference in New Issue
Block a user