Skip to content
Snippets Groups Projects
Verified Commit 14bfd2ef authored by Jacob Lorentzon's avatar Jacob Lorentzon :speech_balloon:
Browse files

Redefine PTHREAD_BARRIER_SERIAL_THREAD.

parent 9356098f
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ pub(crate) struct RlctAttr { ...@@ -26,7 +26,7 @@ pub(crate) struct RlctAttr {
pub param: sched_param, pub param: sched_param,
} }
pub const PTHREAD_BARRIER_SERIAL_THREAD: c_int = 1; pub const PTHREAD_BARRIER_SERIAL_THREAD: c_int = -1;
pub const PTHREAD_CANCEL_ASYNCHRONOUS: c_int = 0; pub const PTHREAD_CANCEL_ASYNCHRONOUS: c_int = 0;
pub const PTHREAD_CANCEL_ENABLE: c_int = 1; pub const PTHREAD_CANCEL_ENABLE: c_int = 1;
......
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