diff --git a/src/lib.rs b/src/lib.rs index 0e1f447ce7f8dfa72c35cb0de31dd7c04f1f0662..2fec61c2c0eac489843d44e218ebf253abf71280 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,6 +8,10 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. //! libc - Raw FFI bindings to platforms' system libraries +//! +//! [Documentation for other platforms][pd]. +//! +//! [pd]: https://rust-lang.github.io/libc/#platform-specific-documentation #![crate_name = "libc"] #![crate_type = "rlib"] #![cfg_attr(not(feature = "rustc-dep-of-std"), deny(warnings))]