We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deprecated
__error
1 parent ae193ea commit d371bdcCopy full SHA for d371bdc
src/unix/bsd/freebsdlike/dragonfly/errno.rs
@@ -1,7 +1,7 @@
1
// DragonFlyBSD's __error function is declared with "static inline", so it must
2
// be implemented in the libc crate, as a pointer to a static thread_local.
3
f! {
4
- #[deprecated(since = "0.2.77", "Use `__errno_location()` instead")]
+ #[deprecated(since = "0.2.77", note = "Use `__errno_location()` instead")]
5
pub fn __error() -> *mut ::c_int {
6
&mut errno
7
}
0 commit comments