Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-example.patch | no | |||||
use-mem-zeroed.patch | use mem::zeroed to create zero timespec. When time64 is enabled, glibc adds padding to struct timespec, on time64 architectures.Unfortunately this means that timespecs can't be created in the normal way in rust. Instead we create the structure using std::mem::zeroed and use member access to fill it in. |
Peter Michael Green <plugwash@debian.org> | no | |||
nix-0.29.patch | =================================================================== | no |