mirror of
https://sourceware.org/git/glibc.git
synced 2025-05-31 15:01:17 +03:00
Patch 600f00b "linux: Use long time_t for wait4/getrusage" introduced two bugs: - The usage32 struct was set if the wait4 syscall had an error. - For 32-bit systems the usage struct was set even if it was specified as NULL. This patch fixes the two issues.