Teach recent changes in the umtx structure in the kernel to the libthr

initialiazer.

Found by:	tinderbox
This commit is contained in:
mtm 2003-06-03 09:31:33 +00:00
parent 60a6951271
commit 1a0e4e22eb

View File

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