summaryrefslogtreecommitdiffstats
path: root/libbsd.txt
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2012-10-05 09:36:30 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2012-10-05 09:36:30 -0500
commit808a6b2720aa2b3bea456142243cb0bdac2c640f (patch)
tree4ca8284be8cabfd7ceb457a6a6012cab4f3e5dac /libbsd.txt
parentAdded rtems specific version of _pthread_main_np() (diff)
downloadrtems-libbsd-808a6b2720aa2b3bea456142243cb0bdac2c640f.tar.bz2
Added more information on MMAP_NOT_AVAILABLE.
Diffstat (limited to 'libbsd.txt')
-rw-r--r--libbsd.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbsd.txt b/libbsd.txt
index c0582e78..29de737c 100644
--- a/libbsd.txt
+++ b/libbsd.txt
@@ -781,6 +781,8 @@ Symbols (A)
The MMAP_NOT_AVAILABLE define is inverted on its usage. When it is
defined the mmap method is called. Additionally, it is not used
thoroughly. It is not used in the unmap portion of the source.
+The file rec_open.c uses the define MMAP_NOT_AVAILABLE to wrap
+the call to mmap and file rec_close.c uses the munmap method.