Skip to content

Commit 7aeaa33

Browse files
sthibaultgross35
authored andcommitted
hurd: Drop unused ssize_t type
It is not used any more. (backport <rust-lang#4029>) (cherry picked from commit 9f6aa3f)
1 parent 058185a commit 7aeaa33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unix/hurd/mod.rs

-1
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;

0 commit comments

Comments
 (0)