Teach recent changes in the umtx structure in the kernel to the libthr
initialiazer. Found by: tinderbox
This commit is contained in:
parent
60a6951271
commit
1a0e4e22eb
@ -141,7 +141,7 @@
|
||||
*/
|
||||
#define TAILQ_INITIALIZER { NULL, NULL }
|
||||
|
||||
#define UMTX_INITIALIZER { NULL, NULL }
|
||||
#define UMTX_INITIALIZER { NULL }
|
||||
|
||||
struct pthread_mutex_attr {
|
||||
enum pthread_mutextype m_type;
|
||||
|
Loading…
Reference in New Issue
Block a user