From: Roland McGrath Date: Wed, 16 Feb 1994 23:49:29 +0000 (+0000) Subject: Formerly unix/bsd/sun/sunos4/sys/mman.h.~2~ X-Git-Tag: glibc-2.16-ports-before-merge~4155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85a18dbaccd950c3bb180b738249f42802786ee7;p=thirdparty%2Fglibc.git Formerly unix/bsd/sun/sunos4/sys/mman.h.~2~ --- diff --git a/sysdeps/unix/bsd/sun/sunos4/sys/mman.h b/sysdeps/unix/bsd/sun/sunos4/sys/mman.h index 5e4555703ee..1726f640c90 100644 --- a/sysdeps/unix/bsd/sun/sunos4/sys/mman.h +++ b/sysdeps/unix/bsd/sun/sunos4/sys/mman.h @@ -101,6 +101,10 @@ int mprotect __P ((__caddr_t __addr, size_t __len, int __prot)); unpredictable before this is done. */ int msync __P ((caddr_t __addr, size_t __len, int __flags)); +/* Advise the system about particular usage patterns the program follows + for the region starting at ADDR and extending LEN bytes. */ +int madvise __P ((__caddr_t __addr, size_t __len, int __advice)); + __END_DECLS