Skip to content

Commit bbca9a4

Browse files
committed
---
yaml --- r: 235193 b: refs/heads/stable c: 18c39e1 h: refs/heads/master i: 235191: 31afdad v: v3
1 parent 46f93ee commit bbca9a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ refs/heads/tmp: afae2ff723393b3ab4ccffef6ac7c6d1809e2da0
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: f859507de8c410b648d934d8f5ec1c52daac971d
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: 407fb293db8ef375ab78500a62d9320c24c77a18
32+
refs/heads/stable: 18c39e126a833f66f58fe6cbf7b97ca4262f1c90
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
3434
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b
3535
refs/tags/1.2.0: f557861f822c34f07270347b94b5280de20a597e

branches/stable/src/test/run-pass/issue-2214.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mod m {
3737
#[link_name="lgamma_r"]
3838
pub fn lgamma(n: c_double, sign: &mut c_int) -> c_double;
3939
#[cfg(windows)]
40-
#[link_name="__lgamma_r"]
40+
#[link_name="lgamma"]
4141
pub fn lgamma(n: c_double, sign: &mut c_int) -> c_double;
4242
}
4343
}

0 commit comments

Comments
 (0)