mirror of
https://github.com/apple/container.git
synced 2026-09-12 10:45:42 +00:00
Have wait return a struct containing the exit code and the time at which the process actually exited. This is useful so higher level tools (like container) don't need to craft a date themselves, and it will be more accurate as it's taken in the guest directly after the process exits.