Changeset 429
- Timestamp:
- 11/20/10 13:29:47 (2 years ago)
- Files:
-
- trunk/src/core/sync/config.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/core/sync/config.d
r408 r429 25 25 void mktspec( ref timespec t, long delta = 0 ) 26 26 { 27 static if( is( typeof( clock_gettime ) ) )27 static if( false && is( typeof( clock_gettime ) ) ) 28 28 { 29 29 clock_gettime( CLOCK_REALTIME, &t );
