bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/13292] New: Binutils uses "struct stat" instead of "#inclu


From: pgquiles at elpauer dot org
Subject: [Bug binutils/13292] New: Binutils uses "struct stat" instead of "#include <sys/stat.h>"
Date: Thu, 13 Oct 2011 14:38:40 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=13292

             Bug #: 13292
           Summary: Binutils uses "struct stat" instead of "#include
                    <sys/stat.h>"
           Product: binutils
           Version: 2.23 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: address@hidden
        ReportedBy: address@hidden
    Classification: Unclassified


Created attachment 5984
  --> http://sourceware.org/bugzilla/attachment.cgi?id=5984
Fix

mingw-w64 recently implemented support for large files using
_FILE_OFFSET_BITS=64.

Binutils uses "struct stat" instead of "#include <sys/stat.h>", which makes it
fail to compile with mingw-w64 trunk.

The attached patch fixes the issue.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]