Skip to content

Commit 9f6aa3f

Browse files
committed
hurd: Drop unused ssize_t type
It is not used any more.
1 parent db36457 commit 9f6aa3f

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)