Changeset 429

Show
Ignore:
Timestamp:
11/20/10 13:29:47 (2 years ago)
Author:
sean
Message:

Disabled use of clock_gettime, since using it requires an additional static lib.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/core/sync/config.d

    r408 r429  
    2525    void mktspec( ref timespec t, long delta = 0 ) 
    2626    { 
    27         static if( is( typeof( clock_gettime ) ) ) 
     27        static if( false && is( typeof( clock_gettime ) ) ) 
    2828        { 
    2929            clock_gettime( CLOCK_REALTIME, &t );