correct definition for PTHREAD_NULL

This commit is contained in:
auronandace
2026-07-08 14:38:51 +01:00
parent e16f2a4e0d
commit 60d98aebf2
+1 -1
View File
@@ -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}