Subject: Re: Flag MAP_NORESERVE for mmap() implemented in NetBSD 3.0?
To: None <current-users@NetBSD.org>
From: Christian Biere <christianbiere@gmx.de>
List: current-users
Date: 11/14/2006 15:48:24
Sourath Roy wrote:
> I want to know if flag MAP_NORESERVE be supported/implemented for mmap() in
> NetBSD 3.0. I can find the define in mman.h, so ofcourse it would allow the
> code to compile. But is it really implemented in NetBSD 3.0? I can't find
> this flag being documented in man pages for mmap() for NetBSD and so was
> curious.

MAP_NORESERVE occurs in header files only and nowhere else in the sources. So
it's not used anywhere.

-- 
Christian