1
Fork 0

Add netbsd amd64 support

This commit is contained in:
Alex Newman 2015-06-30 20:37:11 -07:00
parent d2cf9f9632
commit 0b7c4f57f6
43 changed files with 271 additions and 41 deletions

View file

@ -80,6 +80,7 @@ mod inner {
// OpenBSD provide it via libc
#[cfg(not(any(target_os = "android",
target_os = "bitrig",
target_os = "netbsd",
target_os = "openbsd",
target_env = "musl")))]
#[link(name = "rt")]