Skip to content

Commit ac44ca3

Browse files
committed
---
yaml --- r: 178135 b: refs/heads/tmp c: 3430578 h: refs/heads/master i: 178133: 6910498 178131: 5b478e3 178127: d55464d v: v3
1 parent a7a3971 commit ac44ca3

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: 568a451a90a14b101ed357235a5055de2940f16b
37+
refs/heads/tmp: 34305784601e046f9eb8e107e88bf609f352afc6

branches/tmp/src/liblibc/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3753,9 +3753,6 @@ pub mod consts {
37533753
#[cfg(target_os = "dragonfly")]
37543754
pub const PTHREAD_STACK_MIN: size_t = 1024;
37553755

3756-
#[cfg(target_os = "openbsd")]
3757-
pub const PTHREAD_STACK_MIN: size_t = 2048;
3758-
37593756
pub const CLOCK_REALTIME: c_int = 0;
37603757
pub const CLOCK_MONOTONIC: c_int = 4;
37613758
}

0 commit comments

Comments
 (0)