March 18, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7729

           Summary: fileno conflict
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: nobody@puremagic.com
        ReportedBy: doob@me.com


--- Comment #0 from Jacob Carlborg <doob@me.com> 2012-03-18 08:59:31 PDT ---
"fileno" declared in std.stdio conflicts with the one declared in core.stdc.stdio. Removing the following line should fix the problem:

https://github.com/D-Programming-Language/phobos/blob/master/std/stdio.d#L38

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