CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2013/10/24 22:42:48

Modified files:
        sys/sys        : proc.h resource.h time.h 
        sys/kern       : kern_exit.c kern_resource.c kern_time.c 

Log message:
Move the declarations for dogetrusage(), itimerround(), and dowait4()
to sys/*.h headers so that the compat/linux code can use them.
Change dowait4() to not copyout() the status value, but rather leave
that for its caller, as compat/linux has to translate it, with the
side benefit of simplifying the native code.

Originally written months ago as part of the time_t work; long
memory, prodding, and ok from pirofti@

Reply via email to