Skip to content

Commit ffb7f0c

Browse files
authored
Merge pull request #4029 from sthibaul/main
hurd: cleanups
2 parents db36457 + e2153f1 commit ffb7f0c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/unix/hurd/align.rs

-1
This file was deleted.

src/unix/hurd/mod.rs

-4
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ pub type __ptrdiff_t = __sword_type;
7272
pub type __socklen_t = __u32_type;
7373
pub type __sig_atomic_t = ::c_int;
7474
pub type __time64_t = __int64_t;
75-
pub type ssize_t = __ssize_t;
7675
pub type wchar_t = ::c_int;
7776
pub type wint_t = ::c_uint;
7877
pub type gid_t = __gid_t;
@@ -4672,9 +4671,6 @@ safe_f! {
46724671
}
46734672
}
46744673

4675-
mod align;
4676-
pub use self::align::*;
4677-
46784674
cfg_if! {
46794675
if #[cfg(target_pointer_width = "64")] {
46804676
mod b64;

0 commit comments

Comments
 (0)