Package: rust-socket2 / 0.5.10-1

Metadata

Package Version Patches format
rust-socket2 0.5.10-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable windows.patch | (download)

Cargo.toml | 10 0 + 10 - 0 !
1 file changed, 10 deletions(-)

---
suseconds_t workaround.patch | (download)

src/sys/unix.rs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 workaround glibc posix violation with regards to suseconds_t
 According to posix tv_usec has type suseconds_t, however glibc with time64
 violates this defining tv_usec as time_t (a 64-bit type) while defining
 suseconds_t as a 32-bit type.