www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 6450] New: struct tm definition too short in std.c.linux.linux

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



---
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: -------
Aug 07 2011