Add _POSIX_THREADS definition

This commit is contained in:
Jeremy Soller
2023-05-11 17:16:15 -06:00
parent 9040c2a2a2
commit 2941e5b36a
+2
View File
@@ -28,6 +28,8 @@ pub(crate) struct RlctAttr {
_pad: [u8; 12],
}
pub const _POSIX_THREADS: c_int = 1;
pub const PTHREAD_BARRIER_SERIAL_THREAD: c_int = -1;
pub const PTHREAD_CANCEL_ASYNCHRONOUS: c_int = 0;