[phobos] clock_gettime changes

Jonathan M Davis jmdavisProg at gmx.com
Sat Nov 20 17:08:57 PST 2010


On Saturday 20 November 2010 10:08:58 Sean Kelly wrote:
> Oops.  I'll disable the check for clock_gettime in core.sync.config.

Either keep it as is or version it so that MacOSX uses gettimeofday(), since 
MacOSX doesn't have gettimeofday(). In either case, it should use 
clock_gettime() on Linux on gettimeofday of MacOSX, and so dmd.conf should link 
in librt or Linux but not on MacOSX.

- Jonathan M Davis


More information about the phobos mailing list