This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: file size limit


>Does the filesystem support > 2GB files in the first place?

Yes, the system does support > 2GB file size.

If open() fails, I exit the program with an output statement that the file can not be
opened.  When I try using a < 2GB file, the program continues.  And it fails when I use
a > 2GB file.

Cristian





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]