bitrig integration
This commit is contained in:
parent
e29f420255
commit
cd8f31759f
50 changed files with 1116 additions and 77 deletions
|
@ -80,8 +80,11 @@ mod inner {
|
|||
}
|
||||
|
||||
// Apparently android provides this in some other library?
|
||||
// Bitrig's RT extensions are in the C library, not a separate librt
|
||||
// OpenBSD provide it via libc
|
||||
#[cfg(not(any(target_os = "android", target_os = "openbsd")))]
|
||||
#[cfg(not(any(target_os = "android",
|
||||
target_os = "bitrig",
|
||||
target_os = "openbsd")))]
|
||||
#[link(name = "rt")]
|
||||
extern {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue