projects
/
external
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0537101
)
Formerly unix/bsd/sun/sunos4/sys/mman.h.~2~
author
Roland McGrath
<roland@gnu.org>
Wed, 16 Feb 1994 23:49:29 +0000
(23:49 +0000)
committer
Roland McGrath
<roland@gnu.org>
Wed, 16 Feb 1994 23:49:29 +0000
(23:49 +0000)
sysdeps/unix/bsd/sun/sunos4/sys/mman.h
patch
|
blob
|
history
diff --git
a/sysdeps/unix/bsd/sun/sunos4/sys/mman.h
b/sysdeps/unix/bsd/sun/sunos4/sys/mman.h
index
5e45557
..
1726f64
100644
(file)
--- 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