Hi,

fixed with last upload.

Best regards
Frederik Schüler

On Wed, Aug 30, 2006 at 02:26:11PM +0200, Roderich Schupp wrote:
> While straceing a complex application I noticed that the strace output file
> was truncated at the 2^31-1 mark. The reason is that strace wasn't built
> with large file support. When I tried to build it with
> CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" I basically ran
> into the same problem as reported
> in upstream bug
> http://sourceforge.net/tracker/index.php?func=detail&aid=845946&group_id=2861&atid=102861
> It was filed against 4.5.1, but the problem is still present:
> sys_pread64 is being #define'd as sys_pread, but the above flags cause
> both functions
> to be compiled, resulting in an apparent redefinition of sys_pread.
>
> Cheers, Roderich
>

-- 
ENOSIG

Attachment: signature.asc
Description: Digital signature

Reply via email to