From 2d400d39d471000e4cb6feb727dc72cc36311c24 Mon Sep 17 00:00:00 2001 From: enami Date: Mon, 16 Aug 1999 07:55:20 +0000 Subject: [PATCH] Copy the definition of MADV_FREE from sys/mman.h. --- lib/libc/sys/madvise.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/sys/madvise.2 b/lib/libc/sys/madvise.2 index cb9767f57c57..c97b4c91348c 100644 --- a/lib/libc/sys/madvise.2 +++ b/lib/libc/sys/madvise.2 @@ -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 ,