]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use clock_gettime() instead of gettimeofday() for isc_stdtime function
authorOndřej Surý <ondrej@isc.org>
Mon, 16 Mar 2020 08:58:30 +0000 (09:58 +0100)
committerOndřej Surý <ondrej@isc.org>
Thu, 19 Mar 2020 09:17:26 +0000 (10:17 +0100)
commit0345dac44c0539436cb09d0b40e9b3aaaf5d0729
treebb94c0d041ce14ef1e0d412d913cb5bbda9e20be
parent2de447b088e4dd44781fa2bc4be2f3e7a57059d0
Use clock_gettime() instead of gettimeofday() for isc_stdtime function

This also removes Solaris 2.8 broken gettimeofday() workaround

(cherry picked from commit e691b89a9a1b3c238c725af07a560137c428d875)
lib/isc/unix/stdtime.c
lib/isc/unix/time.c