[Bug 1207] New: timeval struct not according to posix
rtems-bugs at rtems.org
rtems-bugs at rtems.org
Wed Jan 3 07:00:09 UTC 2007
http://www.rtems.org/bugzilla/show_bug.cgi?id=1207
Summary: timeval struct not according to posix
Product: RTEMS
Version: 4.6
Platform: All
OS/Version: RTEMS
Status: NEW
Severity: normal
Priority: P3
Component: misc
AssignedTo: joel.sherrill at oarcorp.com
ReportedBy: jwillemsen at remedy.nl
posix defines the timeval structs as on the following page:
http://www.opengroup.org/onlinepubs/000095399/basedefs/sys/time.h.html
rtems as
struct timeval {
long tv_sec;
long tv_usec;
};
seems rtems needs an update
--
Configure bugmail: http://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the bugs
mailing list