mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-20 03:05:47 +08:00
time_t is a 64-bit quanity so using abs() which is for int is not a good idea since it can lead to truncation.
time_t is a 64-bit quanity so using abs() which is for int is not a good idea since it can lead to truncation.