Deprecate std::os::haiku::raw

This commit is contained in:
bstrie 2021-03-16 17:17:41 -04:00
parent 1d6754d6eb
commit cad3c4241d
1 changed files with 7 additions and 0 deletions

View File

@ -1,6 +1,13 @@
//! Haiku-specific raw type definitions
#![stable(feature = "raw_ext", since = "1.1.0")]
#![rustc_deprecated(
since = "1.53.0",
reason = "these type aliases are no longer supported by \
the standard library, the `libc` crate on \
crates.io should be used instead for the correct \
definitions"
)]
#![allow(deprecated)]
use crate::os::raw::c_long;