August 07, 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6450

           Summary: struct tm definition too short in std.c.linux.linux
           Product: D
           Version: D1
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: grahamc001uk@yahoo.co.uk


--- Comment #0 from Graham <grahamc001uk@yahoo.co.uk> 2011-08-07 11:59:34 PDT ---
The struct tm definition in module std.c.linux.linux line 276 is 11 integers (44 bytes)  in size. The gmtime_r() function in the x86_64 standard C library fills in 56 bytes of data. There appears to be a mismatch in the structure definitions.

DMD64 D Compiler v1.069

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------