|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.bugs - [Issue 2014] New: fopen fails on large files
http://d.puremagic.com/issues/show_bug.cgi?id=2014 Summary: fopen fails on large files Product: D Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: andrei metalanguage.com ReportedBy: andrei metalanguage.com fopen fails of files larger than 2^31 bytes on 32-bit Linux systems. This is a known issue in the gnu library, which offers fopen64 as a fix. See http://www.gnu.org/software/libtool/manual/libc/Opening-Streams.html. I think I will simply have phobos' fopen forward to fopen64 on linux. Are there any reasons for not doing so? -- Apr 19 2008
|