Bug 4201

Summary: ftok(3) doesn't support large files
Product: uClibc Reporter: Jared McNeill <jmcneill>
Component: Standard ComplianceAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: uclibc-cvs
Priority: P5    
Version: 0.9.32   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:
Attachments: Test case

Description Jared McNeill 2011-09-16 22:45:42 UTC
Created attachment 3589 [details]
Test case

The ftok(3) implementation calls stat(2), but doesn't know if 64-bit file offsets have been requested so always uses the 32-bit version.
Comment 1 Bernhard Reutner-Fischer 2012-04-17 20:07:30 UTC
Fixed in a2cc7378449b37ecc56d6f24ad54a00aada8cfb9
Thanks!