graphene
graphene copied to clipboard
wait4 ignores rusage argument
Our implementation of wait4 does not populate rusage information about the child.
This is still valid for the current master: https://github.com/oscarlab/graphene/blob/af2f7809b36945382a535f95c2af7a2b32a2059a/LibOS/shim/src/sys/shim_wait.c#L231
Though we haven't encountered any real-world applications that rely on this, so assigning very low priority.