Carified in libburner.c that apps must use 64 bit off_t.

This commit is contained in:
Thomas Schmitt 2010-01-14 14:09:30 +00:00
parent 16ffa10831
commit 734759190a
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
#define _LARGEFILE_SOURCE #define _LARGEFILE_SOURCE
#define _FILE_OFFSET_BITS 64 #define _FILE_OFFSET_BITS 64
or take special precautions to interface with the library by 64 bit integers or take special precautions to interface with the library by 64 bit integers
where this .h files prescribe off_t. where libburn/libburn.h prescribes off_t.
This program gets fed with appropriate settings externally by libburn's This program gets fed with appropriate settings externally by libburn's
autotools generated build system. autotools generated build system.
*/ */