s-osprim__posix2008.adb
4.51 KB
-
[Ada] Posix 2008: reimplement System.OS_Primitives.Clock using clock_gettime · 4cfb305e
gettimeofday is deprecated in Posix 2008, clock_gettime is the recommended replacement. 2018-05-31 Doug Rupp <rupp@adacore.com> gcc/ada/ * libgnat/s-osprim__posix2008.adb (Clock): Implement using clock_gettime. From-SVN: r260995
Doug Rupp committed