Subject: Re: type inconsistencies
To: Gordon Ross <gwr@mc.com>
From: Steven J. Dovich <dovich@p400.sequoia.com>
List: tech-kern
Date: 03/09/1995 11:46:03
> Yes.  Check the POSIX 1003.1 spec. for the official prototypes for
> mmap, munmap, mprotect, etc.  It might cause some hassles if the
> spec. says int and we declare it as something else...

POSIX 1003.1b lists the relevant argument types as size_t for these
functions...

/sjd