Skip to content

Commit 52369bc

Browse files
committed
Remove kind='static'
1 parent c900083 commit 52369bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/redox.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ extern {
5252
pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void;
5353
}
5454

55-
#[link(name = "c", kind = "static")]
56-
#[link(name = "m", kind = "static")]
55+
#[link(name = "c")]
56+
#[link(name = "m")]
5757
extern {}

0 commit comments

Comments
 (0)