Mail Archives: djgpp-workers/2000/11/30/03:16:44
On Wed, 29 Nov 2000, Peter J. Farley III wrote:
> <Snipped>
> >> Well, I think on systems that support large files, type "off_t" is
> >> probably a "long long", whatever that means on those systems.
> >
> >No, I don't think so. Changing off_t to long long would break lots of
> >existing code which assumes off_t and ssize_t are compatible.
>
> Well, if that's the case then I don't know what else to say. Obviously
> we *can* widen them, but I don't have the expertise to say if we
> *should* do so. What we need here is someone with experience on a
> system that actually has the capability.
Not necessarily with experience, just with access to that system's man
pages and system headers ;-)
Anyone out there who can tell how does fcntl locking support files larger
than 2GB on Unix or GNU/Linux systems?
- Raw text -