Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact
Show
Ignore:
Timestamp:
08/09/10 10:02:58 (2 years ago)
Author:
mwarning
Message:

fix duplicate definition in FreeBSD section

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/stdc/posix/sys/select.d

    r5511 r5518  
    176176    { 
    177177        const uint FD_SETSIZE = 1024; 
    178         const uint _NFDBITS = c_ulong.sizeof * 8; 
    179  
    180178        alias c_long __fd_mask; 
    181179        const _NFDBITS = 8 * __fd_mask.sizeof;