bug-make
[Top][All Lists]
Advanced

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

[bug #58656] Cannot handle over 2GB file on Windows


From: Eli Zaretskii
Subject: [bug #58656] Cannot handle over 2GB file on Windows
Date: Fri, 26 Jun 2020 06:39:40 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:52.0) Gecko/20100101 Firefox/52.0

Update of bug #58656 (project make):

              Item Group:                     Bug => Enhancement            
             Assigned to:                    None => eliz                   
           Triage Status:                    None => Small Effort           

    _______________________________________________________

Follow-up Comment #1:

Thanks.

However, this change cannot be unconditional even on MS-Windows, because
_stati64 and 'struct _stat64' are not available on all versions of Windows.

Also, AFAIK _stati64 accepts an argument of type 'struct stati64', not 'struct
_stat64', see

 
https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/stat-functions?view=vs-2019

Would you like to modify the patch to fix the above 2 issues?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58656>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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