We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db36457 + e2153f1 commit ffb7f0cCopy full SHA for ffb7f0c
src/unix/hurd/align.rs
src/unix/hurd/mod.rs
@@ -72,7 +72,6 @@ pub type __ptrdiff_t = __sword_type;
72
pub type __socklen_t = __u32_type;
73
pub type __sig_atomic_t = ::c_int;
74
pub type __time64_t = __int64_t;
75
-pub type ssize_t = __ssize_t;
76
pub type wchar_t = ::c_int;
77
pub type wint_t = ::c_uint;
78
pub type gid_t = __gid_t;
@@ -4672,9 +4671,6 @@ safe_f! {
4672
4671
}
4673
4674
4675
-mod align;
4676
-pub use self::align::*;
4677
-
4678
cfg_if! {
4679
if #[cfg(target_pointer_width = "64")] {
4680
mod b64;
0 commit comments