Formerly unix/bsd/sun/sunos4/sys/mman.h.~2~
authorRoland McGrath <roland@gnu.org>
Wed, 16 Feb 1994 23:49:29 +0000 (23:49 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 16 Feb 1994 23:49:29 +0000 (23:49 +0000)
sysdeps/unix/bsd/sun/sunos4/sys/mman.h

index 5e45557..1726f64 100644 (file)
@@ -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