eggheads / eggdrop

The Eggdrop IRC Bot
GNU General Public License v2.0
509 stars 84 forks source link

Applications should use the clock_gettime() function instead of... #1636

Closed michaelortmann closed 4 months ago

michaelortmann commented 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.

Additional description (if needed):

Test cases demonstrating functionality (if applicable): No functional change