Closed michaelortmann closed 4 months ago
Found by: michaelortmann Patch by: michaelortmann Fixes:
One-line summary: Applications should use the clock_gettime() function instead of the obsolescent gettimeofday() function.
clock_gettime()
gettimeofday()
Additional description (if needed):
Test cases demonstrating functionality (if applicable): No functional change
Found by: michaelortmann Patch by: michaelortmann Fixes:
One-line summary: Applications should use the
clock_gettime()
function instead of the obsolescentgettimeofday()
function.Additional description (if needed):
Test cases demonstrating functionality (if applicable): No functional change