openbsd support
This commit is contained in:
parent
f1f9cb705d
commit
fcb30a0b67
43 changed files with 1036 additions and 72 deletions
|
@ -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 {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue