1
Fork 0

openbsd support

This commit is contained in:
Sébastien Marie 2015-01-29 08:19:28 +01:00
parent f1f9cb705d
commit fcb30a0b67
43 changed files with 1036 additions and 72 deletions

View file

@ -80,7 +80,8 @@ mod inner {
}
// Apparently android provides this in some other library?
#[cfg(not(target_os = "android"))]
// OpenBSD provide it via libc
#[cfg(not(any(target_os = "android", target_os = "openbsd")))]
#[link(name = "rt")]
extern {}