Subject: Re: libc's quad support
To: Steve Woodford <scw@netbsd.org>
From: Klaus Klein <kleink@reziprozitaet.de>
List: tech-userlevel
Date: 10/17/2002 21:29:51
Steve Woodford <scw@netbsd.org> writes:

> Having said that, since <sys/types.h> hard-codes quad_t as int64_t, I
> guess I could just s/int/int32_t/g in the quad routines, and let someone
> else deal with the fallout should sizeof quad_t change.

I think that's the way to go.


- Klaus