]> git.proxmox.com Git - rustc.git/blobdiff - src/liblibc/src/unix/bsd/openbsdlike/openbsd.rs
New upstream version 1.12.0+dfsg1
[rustc.git] / src / liblibc / src / unix / bsd / openbsdlike / openbsd.rs
index aa98a86eb8e6f832addf5d1dde247cf2b617fec4..b608fa507063fdef929f75df6e67aca9eac2f961 100644 (file)
@@ -9,6 +9,7 @@ pub type pthread_attr_t = *mut ::c_void;
 pub type pthread_mutex_t = *mut ::c_void;
 pub type pthread_mutexattr_t = *mut ::c_void;
 pub type pthread_cond_t = *mut ::c_void;
+pub type pthread_condattr_t = *mut ::c_void;
 pub type pthread_rwlock_t = *mut ::c_void;
 
 s! {