diff options
author | mtm <mtm@FreeBSD.org> | 2003-06-03 09:31:33 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2003-06-03 09:31:33 +0000 |
commit | 1a0e4e22eb2af794e5a4c4f94f46ab5ad3e4c1a9 (patch) | |
tree | cab1fc191ef750ee0b9a675ba6275768eaea758d /lib/libthr | |
parent | 60a6951271886c6b74ce51cb7ed240be4c38eedf (diff) | |
download | FreeBSD-src-1a0e4e22eb2af794e5a4c4f94f46ab5ad3e4c1a9.zip FreeBSD-src-1a0e4e22eb2af794e5a4c4f94f46ab5ad3e4c1a9.tar.gz |
Teach recent changes in the umtx structure in the kernel to the libthr
initialiazer.
Found by: tinderbox
Diffstat (limited to 'lib/libthr')
-rw-r--r-- | lib/libthr/thread/thr_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h index 7bf1b14..6540bef 100644 --- a/lib/libthr/thread/thr_private.h +++ b/lib/libthr/thread/thr_private.h @@ -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; |