Skip to content

Commit

Permalink
hurd: Drop unused ssize_t type
Browse files Browse the repository at this point in the history
It is not used any more.
  • Loading branch information
sthibaul committed Nov 12, 2024
1 parent db36457 commit 9f6aa3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/unix/hurd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ pub type __ptrdiff_t = __sword_type;
pub type __socklen_t = __u32_type;
pub type __sig_atomic_t = ::c_int;
pub type __time64_t = __int64_t;
pub type ssize_t = __ssize_t;
pub type wchar_t = ::c_int;
pub type wint_t = ::c_uint;
pub type gid_t = __gid_t;
Expand Down

0 comments on commit 9f6aa3f

Please sign in to comment.