Re: [dev] Suckless remote shell?

From: <random832_AT_fastmail.us>
Date: Thu, 07 Nov 2013 11:02:33 -0500

On Tue, Nov 5, 2013, at 9:43, Szabolcs Nagy wrote:
> you don't have large file support,

The lack of large file support is entirely an artifact of the fact that
the "lseek" listed on that page uses an int instead of an off_t. The
existence of special APIs for large file support on e.g. Linux and
Solaris is an artifact of the fact that OSes made before a certain time
period used a 32-bit type for off_t. A modern OS does not need any more
system calls for large file support, since you can simply discard the
non-large-file-supporting versions of those system calls.
Received on Thu Nov 07 2013 - 17:02:33 CET

This archive was generated by hypermail 2.3.0 : Thu Nov 07 2013 - 17:12:07 CET