Package: rust-filetime / 0.2.26-1
Metadata
Package | Version | Patches format |
---|---|---|
rust-filetime | 0.2.26-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
disable windows.diff | (download) |
Cargo.toml |
6 0 + 6 - 0 ! |
--- |
disable redox.patch | (download) |
Cargo.toml |
3 0 + 3 - 0 ! |
--- |
suseconds_t workaround.patch | (download) |
src/unix/utimes.rs |
2 1 + 1 - 0 ! |
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. |
use correct syscall on time64.patch | (download) |
src/unix/linux.rs |
15 14 + 1 - 0 ! |
--- |
1