Skip to content
Snippets Groups Projects
Verified Commit 710c47b9 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add _POSIX_THREADS definition

parent 093f8e5c
Branches fix_semaphore
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment