Changeset 3074
- Timestamp:
- 01/07/08 17:34:29 (1 year ago)
- Files:
-
- trunk/lib/common/tango/core/Thread.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/common/tango/core/Thread.d
r2962 r3074 2309 2309 is( typeof( _SC_PAGESIZE ) ) ) 2310 2310 { 2311 PAGESIZE = sysconf( _SC_PAGESIZE );2311 PAGESIZE = cast(size_t) sysconf( _SC_PAGESIZE ); 2312 2312 assert( PAGESIZE < int.max ); 2313 2313 }












