Skip to content

Commit 277030c

Browse files
crabtwbrson
authored andcommitted
---
yaml --- r: 7291 b: refs/heads/master c: 79d7388 h: refs/heads/master i: 7289: 0b6a1da 7287: 10c73e5 v: v3
1 parent 4cd3bb4 commit 277030c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: c847c807155aa5f2a87bac39f57312c76087d3eb
2+
refs/heads/master: 79d738845569e69fdbd4d378e203432f0e3bc91d

trunk/src/libcore/cmath.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ native mod c_double {
4949
pure fn ldexp(x: c_double, n: c_int) -> c_double;
5050
#[cfg(target_os = "linux")]
5151
#[cfg(target_os = "macos")]
52+
#[cfg(target_os = "freebsd")]
5253
#[link_name="lgamma_r"] pure fn lgamma(n: c_double,
5354
&sign: c_int) -> c_double;
5455
#[cfg(target_os = "win32")]
@@ -130,6 +131,7 @@ native mod c_float {
130131

131132
#[cfg(target_os="linux")]
132133
#[cfg(target_os="macos")]
134+
#[cfg(target_os="freebsd")]
133135
#[link_name="lgammaf_r"] pure fn lgamma(n: c_float,
134136
&sign: c_int) -> c_float;
135137

0 commit comments

Comments
 (0)