patch-base_runtime_include_ml-timer_h 447 B

123456789101112131415
  1. $OpenBSD: patch-base_runtime_include_ml-timer_h,v 1.1 2013/10/01 07:12:49 jca Exp $
  2. --- base/runtime/include/ml-timer.h.orig Thu Jun 1 20:34:03 2000
  3. +++ base/runtime/include/ml-timer.h Tue Oct 1 02:11:10 2013
  4. @@ -14,8 +14,8 @@
  5. * struct timeval, but others do not.
  6. */
  7. typedef struct {
  8. - Int32_t seconds;
  9. - Int32_t uSeconds;
  10. + time_t seconds;
  11. + long uSeconds;
  12. } Time_t;
  13. extern void GetCPUTime (Time_t *user_t, Time_t *sys_t);