Re: _types.h: increase size of size_t

2020-04-24 Thread Stuart Henderson
On 2020-04-24, Otto Moerbeek wrote: > On Thu, Apr 23, 2020 at 10:45:38PM -0400, Ian Sutton wrote: > >> Following the revalations made by a misc@ poster, I am happy to present >> the following patch which increases the width of size_t from "long" to >> "long long", which is twice the width as

Re: _types.h: increase size of size_t

2020-04-24 Thread Otto Moerbeek
On Thu, Apr 23, 2020 at 10:45:38PM -0400, Ian Sutton wrote: > Following the revalations made by a misc@ poster, I am happy to present > the following patch which increases the width of size_t from "long" to > "long long", which is twice the width as before, on all platforms. This > has the effect

Re: _types.h: increase size of size_t

2020-04-24 Thread Anders Andersson
On Fri, Apr 24, 2020 at 4:47 AM Ian Sutton wrote: > > Following the revalations made by a misc@ poster, I am happy to present > the following patch which increases the width of size_t from "long" to > "long long", which is twice the width as before, on all platforms. This > has the effect of

_types.h: increase size of size_t

2020-04-23 Thread Ian Sutton
Following the revalations made by a misc@ poster, I am happy to present the following patch which increases the width of size_t from "long" to "long long", which is twice the width as before, on all platforms. This has the effect of doubling the amount of available memory regardless of the