Copy the definition of MADV_FREE from sys/mman.h.
This commit is contained in:
parent
44861c8d16
commit
2d400d39d4
|
@ -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 ,
|
||||
|
|
Loading…
Reference in New Issue