| Summary: | ftok(3) doesn't support large files | ||
|---|---|---|---|
| Product: | uClibc | Reporter: | Jared McNeill <jmcneill> |
| Component: | Standard Compliance | Assignee: | 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 | ||
Fixed in a2cc7378449b37ecc56d6f24ad54a00aada8cfb9 Thanks! |
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.