Copy the definition of MADV_FREE from sys/mman.h.

This commit is contained in:
enami 1999-08-16 07:55:20 +00:00
parent 44861c8d16
commit 2d400d39d4
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: madvise.2,v 1.9 1998/02/03 21:12:49 perry Exp $
.\" $NetBSD: madvise.2,v 1.10 1999/08/16 07:55:20 enami Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -59,6 +59,7 @@ The known behaviors are given in
#define MADV_WILLNEED 3 /* will need these pages */
#define MADV_DONTNEED 4 /* don't need these pages */
#define MADV_SPACEAVAIL 5 /* insure that resources are reserved */
#define MADV_FREE 6 /* pages are empty, free them */
.Ed
.Sh SEE ALSO
.Xr mincore 2 ,