Tagged Questions
0
votes
3answers
280 views
How to solve this compatibility-problem regarding large file support?
A library using off_t as a parameter for one function (seek). Library and application are compiled differently, one with large file support switched off, the other with large file support. This ...