We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821263b commit 79db389Copy full SHA for 79db389
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 568a451a90a14b101ed357235a5055de2940f16b
+refs/heads/master: 34305784601e046f9eb8e107e88bf609f352afc6
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 474b324eda10440d6568ef872a7307d38e7de95b
5
refs/heads/try: fde4472848b662a4d1236388c4cf15e2450237e6
trunk/src/liblibc/lib.rs
@@ -3753,9 +3753,6 @@ pub mod consts {
3753
#[cfg(target_os = "dragonfly")]
3754
pub const PTHREAD_STACK_MIN: size_t = 1024;
3755
3756
- #[cfg(target_os = "openbsd")]
3757
- pub const PTHREAD_STACK_MIN: size_t = 2048;
3758
-
3759
pub const CLOCK_REALTIME: c_int = 0;
3760
pub const CLOCK_MONOTONIC: c_int = 4;
3761
}
0 commit comments