File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: c847c807155aa5f2a87bac39f57312c76087d3eb
2
+ refs/heads/master: 79d738845569e69fdbd4d378e203432f0e3bc91d
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ native mod c_double {
49
49
pure fn ldexp ( x : c_double , n : c_int ) -> c_double ;
50
50
#[ cfg( target_os = "linux" ) ]
51
51
#[ cfg( target_os = "macos" ) ]
52
+ #[ cfg( target_os = "freebsd" ) ]
52
53
#[ link_name="lgamma_r" ] pure fn lgamma ( n : c_double ,
53
54
& sign: c_int ) -> c_double ;
54
55
#[ cfg( target_os = "win32" ) ]
@@ -130,6 +131,7 @@ native mod c_float {
130
131
131
132
#[ cfg( target_os="linux" ) ]
132
133
#[ cfg( target_os="macos" ) ]
134
+ #[ cfg( target_os="freebsd" ) ]
133
135
#[ link_name="lgammaf_r" ] pure fn lgamma ( n : c_float ,
134
136
& sign: c_int ) -> c_float ;
135
137
You can’t perform that action at this time.
0 commit comments