Opened 7 years ago
#13787 new task
Change {set_}real_time_clock functions to use uint64
Reported by: | waddlesplash | Owned by: | nobody |
---|---|---|---|
Priority: | high | Milestone: | R2 |
Component: | System/libroot.so | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Right now they use unsigned long so they are 32-bit on 32-bit systems and 64-bit on 64-bit systems, but we should be using uint64 across the board once we drop ABI compatibility.
Note:
See TracTickets
for help on using tickets.