[Bug 1744] C Users Manual invalid reference to 'rtems_clock_time_value'

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Fri Mar 4 15:32:46 UTC 2011


https://www.rtems.org/bugzilla/show_bug.cgi?id=1744

--- Comment #1 from Joel Sherrill <joel.sherrill at oarcorp.com> 2011-03-04 09:32:44 CST ---
The type rtems_clock_time_value was switched to the POSIX type struct timeval.

struct timeval {
  time_t      tv_sec;
  suseconds_t tv_usec;
};

All uses of the type rtems_clock_time_value should be changed.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list