diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2003-08-15 15:26:41 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2003-08-15 15:26:41 +0000 |
commit | ba4a8354f1a88b8ab51c2dc3c59345a087deb1b0 (patch) | |
tree | fd427e2739113afbdedad0f2328ee3d82c92093b /ace/OS.h | |
parent | eb9039947b54c30e404b0c371d0aa8c6c943f8a0 (diff) | |
download | ATCD-ba4a8354f1a88b8ab51c2dc3c59345a087deb1b0.tar.gz |
ChangeLogTag:Fri Aug 15 09:07:09 2003 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/OS.h')
-rw-r--r-- | ace/OS.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2721,7 +2721,7 @@ public: //@{ @name A set of wrappers for memory mapped files. static int madvise (caddr_t addr, size_t len, - int advice); + int map_advice); static void *mmap (void *addr, size_t len, int prot, |