[RTEMS Project] #2624: Fix the year 2038 problem
RTEMS trac
trac at rtems.org
Mon Mar 7 23:11:34 UTC 2016
#2624: Fix the year 2038 problem
-----------------------------+-------------------
Reporter: sebastian.huber | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 4.12
Component: General | Version: 4.10
Severity: normal | Resolution:
Keywords: |
-----------------------------+-------------------
Comment (by joel.sherrill):
I don't see the value of adding helper methods. Much of the code impacted
would have to be altered to use them. Internal code using 64-bit time_t
should just work. The issue is where there are interfaces to other
representations or storage systems.
Analyse the cases Chris mentions, ask on newlib if there are any known
places to be concerned about, and just try it.
Adding use of non-standard helper functions on a standard type is just
extra work.
--
Ticket URL: <http://devel.rtems.org/ticket/2624#comment:4>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list