This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/16410] showmanyc() fails on large files
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jul 2004 16:12:48 -0000
- Subject: [Bug libstdc++/16410] showmanyc() fails on large files
- References: <20040707160536.16410.amu@alum.mit.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-07 16:12 -------
I hate these crazy OS's with their crazy fstat64, Linux and glibc should have followed the BSD model
here and just used fstat as the 64bit one in the first place.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16410